summaryrefslogtreecommitdiff
path: root/test2.c
diff options
context:
space:
mode:
authordevzero2000 <devzero2000>2010-11-29 13:44:28 +0000
committerdevzero2000 <devzero2000>2010-11-29 13:44:28 +0000
commit9a89a5356a11b29f19d98db585088cebd6965904 (patch)
tree1bd3d4366a438e3946395dfc7f6fd76881053a16 /test2.c
parentc81c1d87f776719c8ae134184b84642a26051567 (diff)
downloadlibpopt-9a89a5356a11b29f19d98db585088cebd6965904.tar.gz
Get built with MSVC, though tests are failing
Merge 7581f1dfcd792dbcfad4ea51b3d2abcf8432e786 from Matt Arsenault <arsenm2@rpi.edu> git://github.com/arsenm/POPT.git master branch
Diffstat (limited to 'test2.c')
-rw-r--r--test2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test2.c b/test2.c
index a4bc26b..d0e4729 100644
--- a/test2.c
+++ b/test2.c
@@ -1,12 +1,12 @@
/*
- Popt Library Test Program Number Too
-
+ Popt Library Test Program Number Too
+
--> "a real world test of popt bugs" <--
Copyright (C) 1999 US Interactive, Inc.
This program can be used under the GPL or LGPL at your
- whim as long as this Copyright remains attached.
+ whim as long as this Copyright remains attached.
*/
#include "system.h"
@@ -45,7 +45,7 @@ char *dayphone = NULL;
char *fax = NULL;
-int
+int
main(int argc, const char ** argv) {
poptContext optCon; /* context for parsing command-line options */