From 73d36f5ece536274ef9a2acd4919b6a1a9113c92 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Fri, 13 Jun 2008 21:02:26 +0000 Subject: [PATCH] Fix typo. --- src/su.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/su.c b/src/su.c index 9e011d967..77f864f63 100644 --- a/src/su.c +++ b/src/su.c @@ -705,7 +705,7 @@ int main (int argc, char **argv) * Set up a signal handler in case the user types QUIT. */ die (0); - (void) oldsig = signal (SIGQUIT, die); + oldsig = signal (SIGQUIT, die); /* * See if the system defined authentication method is being used. -- 2.47.2