Skip to content

Commit

Permalink
Remove unused parameter to process_signals.
Browse files Browse the repository at this point in the history
Need to find a better way of handling warning/error/fatal messages,
in general.  Thinking of creating another, small API for it.
  • Loading branch information
ryanflannery committed Feb 25, 2011
1 parent a6b80f0 commit b611fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitunes.c
Expand Up @@ -188,7 +188,7 @@ main(int argc, char *argv[])
struct timeval tv;

/* handle any signal flags */
process_signals(true);
process_signals();

tv.tv_sec = 1;
tv.tv_usec = 0;
Expand Down

0 comments on commit b611fc8

Please sign in to comment.