summaryrefslogtreecommitdiff
path: root/cord/cordtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'cord/cordtest.c')
-rw-r--r--cord/cordtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cord/cordtest.c b/cord/cordtest.c
index 8f4836a2..08333ca0 100644
--- a/cord/cordtest.c
+++ b/cord/cordtest.c
@@ -221,7 +221,7 @@ void test_printf()
if (CORD_cmp(result, result2) != 0)ABORT("CORD_sprintf goofed 5");
}
-main()
+int main()
{
# ifdef THINK_C
printf("cordtest:\n");