Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed Sep 18, 2014
1 parent 2f4a8ce commit 2fec092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cherokee/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@ cherokee_reset_signals (void)
sig_action.sa_flags = 0;
sigemptyset (&sig_action.sa_mask);

for (i=0 ; i < NSIG ; i++) {
for (i = 0; i < NSIG; i++) {
sigaction (i, &sig_action, NULL);
}

Expand Down

0 comments on commit 2fec092

Please sign in to comment.