diff options
Diffstat (limited to 'src/getkey.c')
-rw-r--r-- | src/getkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getkey.c b/src/getkey.c index 8f1cc1f6..1305fff9 100644 --- a/src/getkey.c +++ b/src/getkey.c @@ -17,7 +17,7 @@ void reset_term(int x) { int main(int argc, char **argv) { char foo[2]; - char *list; + char *list = NULL; int alarmlen=0; int tp_if,tp_of,tp_lf; int x; |