diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 4832e2c48..e64c923b4 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -1217,7 +1217,7 @@ static void hush_exit(int exitcode) | |||
1217 | 1217 | ||
1218 | static int check_and_run_traps(int sig) | 1218 | static int check_and_run_traps(int sig) |
1219 | { | 1219 | { |
1220 | static const struct timespec zero_timespec = { 0, 0 }; | 1220 | static const struct timespec zero_timespec; |
1221 | smalluint save_rcode; | 1221 | smalluint save_rcode; |
1222 | int last_sig = 0; | 1222 | int last_sig = 0; |
1223 | 1223 | ||