diff options
Diffstat (limited to 'tests/test2.c')
-rw-r--r-- | tests/test2.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |