Merge pull request #866 from linquize/content-type-encoding
[mono.git] / mono / io-layer / messages.c
index a8a7db80ffd6a6b48ce453e11608be748949ee78..1b052dbaca7762a9091872067680eabe8634faa0 100644 (file)
@@ -23,7 +23,7 @@
 
 typedef struct {
        int id;
-       const char const *txt;
+       const char *txt;
 } ErrorDesc;
 
 static ErrorDesc common_messages [] = {