]> sjero.net Git - wget/commitdiff
[svn] Fix undef.
authorhniksic <devnull@localhost>
Mon, 4 Jul 2005 14:48:19 +0000 (07:48 -0700)
committerhniksic <devnull@localhost>
Mon, 4 Jul 2005 14:48:19 +0000 (07:48 -0700)
src/utils.c

index e3044efff3effc441e02c010ee4eaa56ade91861..6e9e0a694fe43d160723bec138cd589bc7b5b5af 100644 (file)
@@ -2001,7 +2001,7 @@ base64_decode (const char *base64, char *to)
 }
 
 #undef IS_ASCII
-#undef NEXT_BASE64_CHAR
+#undef NEXT_CHAR
 \f
 /* Simple merge sort for use by stable_sort.  Implementation courtesy
    Zeljko Vrba with additional debugging by Nenad Barbutov.  */