summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-01-04 20:02:01 +0100
committerVicent Marti <tanoku@gmail.com>2013-01-04 20:02:01 +0100
commit1d5d4186719df67cf8636b7c710983dec25e4e83 (patch)
tree4360f649e2827dcca7ae3b772273a622b9822e4c
parent73b58c9159204c0a0ca6ff48295f8395d46e8a3d (diff)
downloadlibgit2-1d5d4186719df67cf8636b7c710983dec25e4e83.tar.gz
clar: haha
-rw-r--r--tests-clar/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests-clar/main.c b/tests-clar/main.c
index 0102c91c4..6b498939d 100644
--- a/tests-clar/main.c
+++ b/tests-clar/main.c
@@ -1,11 +1,10 @@
#include "clar_libgit2.h"
#ifdef _WIN32
-__cdecl int
+int __cdecl main(int argc, char *argv[])
#else
-int
+int main(int argc, char *argv[])
#endif
-main(int argc, char *argv[])
{
int res;