warning fixes
[apps/madmutt.git] / charset.h
index e238f48..482339b 100644 (file)
--- a/charset.h
+++ b/charset.h
@@ -19,7 +19,7 @@ typedef void *iconv_t;
 #endif
 
 #ifndef HAVE_ICONV
-#define ICONV_CONST /**/
+#define ICONV_CONST const
   iconv_t iconv_open (const char *, const char *);
 size_t iconv (iconv_t, ICONV_CONST char **, size_t *, char **, size_t *);
 int iconv_close (iconv_t);