From e77e777a5701b825eb16f434d7497471635e3bc3 Mon Sep 17 00:00:00 2001 From: Robert Brady Date: Wed, 4 Aug 1999 17:34:17 +0000 Subject: Fixed copyright issue. ;) svn path=/trunk/; revision=1078 --- tests/test2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test2.c b/tests/test2.c index 154a243007..c120d558d6 100644 --- a/tests/test2.c +++ b/tests/test2.c @@ -9,7 +9,7 @@ #include "camel-stream-fs.h" #include "camel.h" -void +int main (int argc, char**argv) { GHashTable *header_table; @@ -37,6 +37,6 @@ main (int argc, char**argv) camel_data_wrapper_write_to_stream (CAMEL_DATA_WRAPPER (message), output_stream); camel_stream_close (output_stream); - + return 0; } -- cgit