the “I found my first real bug” commit.
[apps/madmutt.git] / state.c
diff --git a/state.c b/state.c
index 7b44389..3e10619 100644 (file)
--- a/state.c
+++ b/state.c
@@ -31,7 +31,7 @@ static void state_prefix_put (const char *d, size_t dlen, STATE * s)
 void mutt_convert_to_state (iconv_t cd, char *bufi, size_t * l, STATE * s)
 {
   char bufo[BUFO_SIZE];
-  ICONV_CONST char *ib;
+  const char *ib;
   char *ob;
   size_t ibl, obl;