Skip to content

Commit

Permalink
Use void for empty argument lists
Browse files Browse the repository at this point in the history
  • Loading branch information
dag committed May 20, 2008
1 parent 080e328 commit b5e2ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions statgrab.c
Expand Up @@ -66,7 +66,7 @@ VALUE eStatgrabXswVerMismatchError;
* Only used internally.
*/
static void
statgrab_handle_error()
statgrab_handle_error(void)
{
sg_error err_num;
err_num = sg_get_error();
Expand Down Expand Up @@ -927,7 +927,7 @@ statgrab_user_stats(VALUE self)
}

void
Init_statgrab()
Init_statgrab(void)
{
/*
* = Statgrab for Ruby
Expand Down

0 comments on commit b5e2ea7

Please sign in to comment.