diff options
Diffstat (limited to 'src/nice.c')
-rw-r--r-- | src/nice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nice.c b/src/nice.c index c4f5b0a60..cf8ce7df1 100644 --- a/src/nice.c +++ b/src/nice.c @@ -52,7 +52,7 @@ static struct option const longopts[] = {NULL, 0, NULL, 0} }; -void +int main (int argc, char **argv) { int current_priority; |