diff options
Diffstat (limited to 'libgfortran/runtime/select.c')
-rw-r--r-- | libgfortran/runtime/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/runtime/select.c b/libgfortran/runtime/select.c index cecd025..44c3532 100644 --- a/libgfortran/runtime/select.c +++ b/libgfortran/runtime/select.c @@ -53,7 +53,7 @@ select_string (select_struct *table, int table_len, const char *selector, { select_struct *t; int i, low, high, mid; - int default_jump; + int default_jump = -1; if (table_len == 0) return -1; |