diff options
Diffstat (limited to 'libgfortran/runtime/string.c')
-rw-r--r-- | libgfortran/runtime/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/runtime/string.c b/libgfortran/runtime/string.c index 9dfda2b..ee7bcfb 100644 --- a/libgfortran/runtime/string.c +++ b/libgfortran/runtime/string.c @@ -122,7 +122,7 @@ find_option (st_parameter_common *cmp, const char *s1, gfc_charlen_type s1_len, if (compare0 (s1, s1_len, opts->name)) return opts->value; - generate_error (cmp, ERROR_BAD_OPTION, error_message); + generate_error (cmp, LIBERROR_BAD_OPTION, error_message); return -1; } |