diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-04-08 05:59:27 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-04-08 05:59:27 +0800 |
commit | 3af776f2431fe5db6b7c16a94535b544ea33029c (patch) | |
tree | cab0b95501308337e52ceb9e15df7f41ef82780a /camel | |
parent | 2c9cd9f3a0eb11676f5f13d87fc301c80196be18 (diff) | |
download | gsoc2013-evolution-3af776f2431fe5db6b7c16a94535b544ea33029c.tar.gz gsoc2013-evolution-3af776f2431fe5db6b7c16a94535b544ea33029c.tar.zst gsoc2013-evolution-3af776f2431fe5db6b7c16a94535b544ea33029c.zip |
Disable debug printf's
2003-04-07 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c: Disable debug printf's
svn path=/trunk/; revision=20733
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 4 | ||||
-rw-r--r-- | camel/camel-gpg-context.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 5f8e95b00f..30aee963a3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2003-04-07 Jeffrey Stedfast <fejj@ximian.com> + + * camel-gpg-context.c: Disable debug printf's + 2003-03-28 Jeffrey Stedfast <fejj@ximian.com> * camel-sasl-gssapi.c (gssapi_challenge): If we are using the diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c index af6f7d2d4f..17869fe3ff 100644 --- a/camel/camel-gpg-context.c +++ b/camel/camel-gpg-context.c @@ -45,7 +45,7 @@ #include "camel-stream-fs.h" #include "camel-operation.h" -#define d(x) x +#define d(x) static void camel_gpg_context_class_init (CamelGpgContextClass *klass); static void camel_gpg_context_init (CamelGpgContext *obj); |