Browse Source

Use tab to indent code instead of spaces

nfactor-troky
Znort 987 14 years ago committed by Con Kolivas
parent
commit
353789da0b
  1. 2
      main.c

2
main.c

@ -3736,7 +3736,7 @@ static void fork_monitor()
exit(1); exit(1);
} }
// Don't let a dying monitor kill the main process // Don't allow a dying monitor to kill the main process
sighandler_t sr = signal(SIGPIPE, SIG_IGN); sighandler_t sr = signal(SIGPIPE, SIG_IGN);
if (SIG_ERR==sr) { if (SIG_ERR==sr) {
perror("signal - failed to edit signal mask for --monitor"); perror("signal - failed to edit signal mask for --monitor");

Loading…
Cancel
Save