Code cleanup
This commit is contained in:
parent
c431883766
commit
b3c4839be0
@ -25,7 +25,6 @@
|
||||
#include "../config.h"
|
||||
#define _(string) gettext(string)
|
||||
|
||||
|
||||
/* constants */
|
||||
#ifndef PREFIX
|
||||
# define PREFIX "/usr/local"
|
||||
@ -38,6 +37,11 @@
|
||||
#endif
|
||||
|
||||
|
||||
/* private */
|
||||
/* prototypes */
|
||||
static int _usage(void);
|
||||
|
||||
|
||||
/* functions */
|
||||
/* usage */
|
||||
static int _usage(void)
|
||||
@ -50,6 +54,8 @@ static int _usage(void)
|
||||
}
|
||||
|
||||
|
||||
/* public */
|
||||
/* functions */
|
||||
/* main */
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user