summaryrefslogtreecommitdiff
path: root/test3.c
diff options
context:
space:
mode:
Diffstat (limited to 'test3.c')
-rw-r--r--test3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test3.c b/test3.c
index 4c8a75c..899178b 100644
--- a/test3.c
+++ b/test3.c
@@ -4,7 +4,8 @@
#include <string.h>
#include <popt.h>
-int main (int argc, char **argv) {
+int main (int argc, char **argv)
+{
char *out;
int newargc, j, f, ret;
const char **newargv;