]> sjero.net Git - wget/commitdiff
Add a missing no-op macro for set_ugly_no_encode()
authorSaint Xavier <wget@sxav.eu>
Sun, 20 Jul 2008 17:31:09 +0000 (19:31 +0200)
committerSaint Xavier <wget@sxav.eu>
Sun, 20 Jul 2008 17:31:09 +0000 (19:31 +0200)
src/iri.h

index 58389813500a46bddbf69a57475122311d8d2aec..50102df475b303b3b30e514644e0e005507615f8 100644 (file)
--- a/src/iri.h
+++ b/src/iri.h
@@ -72,6 +72,7 @@ void set_ugly_no_encode (bool ugly);
 #define reset_utf8_encode()
 #define set_utf8_encode(a)
 #define get_utf8_encode()           false
+#define set_ugly_no_encode(a)
 
 #endif /* ENABLE_IRI */
 #endif /* IRI_H */