summaryrefslogtreecommitdiff
path: root/tests/include-category.c
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2010-04-13 15:21:16 +0200
committerMichal Čihař <michal@cihar.com>2010-04-13 15:21:16 +0200
commit241730d63b033e865af4880a544bef455de6e6bb (patch)
tree66d9c8355b14d440fd283671552f57e5c4c759e7 /tests/include-category.c
parentd202fc60d80b90c78cbf509d9904ee1d334131d5 (diff)
Imported Upstream version 1.27.93
Diffstat (limited to 'tests/include-category.c')
-rw-r--r--tests/include-category.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/include-category.c b/tests/include-category.c
index 0358ef3..57b431a 100644
--- a/tests/include-category.c
+++ b/tests/include-category.c
@@ -13,6 +13,7 @@
# endif
#endif
-int main(int argc UNUSED, char** argv UNUSED) {
+int main(int argc UNUSED, char **argv UNUSED)
+{
return 0;
}