diff options
Diffstat (limited to 'apps/gperf/tests/test-5.exp')
-rw-r--r-- | apps/gperf/tests/test-5.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gperf/tests/test-5.exp b/apps/gperf/tests/test-5.exp index 679889f90c7..21b86d7bb96 100644 --- a/apps/gperf/tests/test-5.exp +++ b/apps/gperf/tests/test-5.exp @@ -10,7 +10,7 @@ * */ #include <string.h> -struct resword { char *name; short token; short iclass;}; +struct resword { const char *name; short token; short iclass;}; #define TOTAL_KEYWORDS 35 #define MIN_WORD_LENGTH 2 |