diff options
Diffstat (limited to 'runtime/list.c')
-rw-r--r-- | runtime/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/list.c b/runtime/list.c index b26653ed..2ab3f2ea 100644 --- a/runtime/list.c +++ b/runtime/list.c @@ -6,7 +6,7 @@ #endif #if !defined(NEED_STRING_VALS) && !defined(NEED_INT64_VALS) -#error Before including list.c, "#define VALUE_TYPE" to "INT64" or "STRING and include "map-values.c" +#error Before including list.c, "#define VALUE_TYPE" to "INT64" or "STRING" and include "map-values.c" #endif #include "map.c" |