diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-20 04:08:55 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-20 04:08:55 +0800 |
commit | fe5e063a3b226ef05d2920d534ffcdd027fa9753 (patch) | |
tree | fd5f187d851d6cc931a54292c8bbca58d7f3a96d /mail/main.c | |
parent | 3b8762e813e637cafb6b3dc5696c35cc310df41f (diff) | |
download | gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.gz gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.bz2 gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.lz gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.xz gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.tar.zst gsoc2013-evolution-fe5e063a3b226ef05d2920d534ffcdd027fa9753.zip |
More work
More work
svn path=/trunk/; revision=1595
Diffstat (limited to 'mail/main.c')
-rw-r--r-- | mail/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/main.c b/mail/main.c index f5be6543a2..b6b0f2e1bc 100644 --- a/mail/main.c +++ b/mail/main.c @@ -9,3 +9,6 @@ #include <config.h> #include <gnome.h> +main () +{ +} |