Remove slipped in spaces.
Pointed out by: maxim Approved by: pjd (mentor)
This commit is contained in:
parent
d6a4e16f1b
commit
a8c6961a45
@ -151,9 +151,9 @@ extern char *signames[]; /* from kdump.c */
|
||||
void
|
||||
signame (int sig)
|
||||
{
|
||||
if (sig > 0 && sig < NSIG)
|
||||
(void)printf("SIG%s",signames[sig]);
|
||||
else
|
||||
if (sig > 0 && sig < NSIG)
|
||||
(void)printf("SIG%s",signames[sig]);
|
||||
else
|
||||
(void)printf("SIG %d", sig);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user