diff options
author | Robert Brady <rbrady@src.gnome.org> | 1999-08-05 01:34:17 +0800 |
---|---|---|
committer | Robert Brady <rbrady@src.gnome.org> | 1999-08-05 01:34:17 +0800 |
commit | e77e777a5701b825eb16f434d7497471635e3bc3 (patch) | |
tree | 95fc89587a8576958d82f449dd88fec3f8911618 /tests | |
parent | bbd88805c2120aec425e133f11a5bb3f5168d9a3 (diff) | |
download | gsoc2013-evolution-e77e777a5701b825eb16f434d7497471635e3bc3.tar gsoc2013-evolution-e77e777a5701b825eb16f434d7497471635e3bc3.tar.gz gsoc2013-evolution-e77e777a5701b825eb16f434d7497471635e3bc3.tar.bz2 gsoc2013-evolution-e77e777a5701b825eb16f434d7497471635e3bc3.tar.lz gsoc2013-evolution-e77e777a5701b825eb16f434d7497471635e3bc3.tar.xz gsoc2013-evolution-e77e777a5701b825eb16f434d7497471635e3bc3.tar.zst gsoc2013-evolution-e77e777a5701b825eb16f434d7497471635e3bc3.zip |
Fixed copyright issue. ;)
svn path=/trunk/; revision=1078
Diffstat (limited to 'tests')
-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; } |