diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h index 845d52280..35a6a1bbf 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -637,7 +637,7 @@ struct script_interface { /* */ struct script_string_buf parse_simpleexpr_str; struct script_string_buf lang_export_line_buf; - struct script_string_buf lang_export_unescaped_buf; + struct script_string_buf lang_export_escaped_buf; /* */ int parse_cleanup_timer_id; /* */ |