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 5284b2f..d7963b7 100644 --- a/libgfortran/runtime/string.c +++ b/libgfortran/runtime/string.c @@ -104,7 +104,7 @@ cf_strcpy (char *dest, int dest_len, const char *src) if no default is provided. */ int -find_option (const char *s1, int s1_len, st_option * opts, +find_option (const char *s1, int s1_len, const st_option * opts, const char *error_message) { for (; opts->name; opts++) |