aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-exception.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-03-29 05:12:12 +0800
committerDan Winship <danw@src.gnome.org>2000-03-29 05:12:12 +0800
commitc7ae879700164da8cca08620b8ee8ab745dfb407 (patch)
tree08b4bc039b368231bd84e3a1edca30d901c82451 /camel/camel-exception.c
parent207652677441264ca1e51d06898b37ea4164c8e2 (diff)
downloadgsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar
gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.gz
gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.bz2
gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.lz
gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.xz
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.c2
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;
}