aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_unixize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_unixize.c')
-rw-r--r--src/c_unixize.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/c_unixize.c b/src/c_unixize.c
index 3e16ecd..5381880 100644
--- a/src/c_unixize.c
+++ b/src/c_unixize.c
@@ -50,14 +50,13 @@
/* #else */
/* # include <limits.h> */
/* #endif */
+
#include <stdio.h>
#include "c_opts.h"
int
-main
-(int argc,
- const char* argv[])
+main(int argc, const char* argv[])
{
struct opts_s opts;