Code cleanup

This commit is contained in:
Pierre Pronchery 2007-02-07 00:10:48 +00:00
parent 3ee6b2ff1e
commit 9567b4bfdb

View File

@ -1,5 +1,5 @@
/* $Id$ */
/* Copyright (c) 2006 The DeforaOS Project */
/* Copyright (c) 2007 The DeforaOS Project */
@ -85,5 +85,5 @@ int main(int argc, char * argv[])
}
if(argc - optind < 1)
return _usage();
return _renice(nice, type, argc-optind, &argv[optind]);
return _renice(nice, type, argc - optind, &argv[optind]);
}