diff options
-rw-r--r-- | readpassphrase.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readpassphrase.c b/readpassphrase.c index 4b0e7eb..3f1f9bc 100644 --- a/readpassphrase.c +++ b/readpassphrase.c @@ -183,7 +183,8 @@ restart: return(nr == -1 ? NULL : buf); } -static void handler(int s) +static void +handler(int s) { signo[s] = 1; |