diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-29 05:12:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-29 05:12:12 +0800 |
commit | c7ae879700164da8cca08620b8ee8ab745dfb407 (patch) | |
tree | 08b4bc039b368231bd84e3a1edca30d901c82451 /camel/camel-exception.c | |
parent | 207652677441264ca1e51d06898b37ea4164c8e2 (diff) | |
download | gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.gz gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.zst gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.zip |
fix warnings
svn path=/trunk/; revision=2217
Diffstat (limited to 'camel/camel-exception.c')
-rw-r--r-- | camel/camel-exception.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/camel-exception.c b/camel/camel-exception.c index 4102346d96..9a20dd2838 100644 --- a/camel/camel-exception.c +++ b/camel/camel-exception.c @@ -67,8 +67,6 @@ camel_exception_init (CamelException *ex) /* set the Exception Id to NULL */ ex->id = CAMEL_EXCEPTION_NONE; - - return ex; } |