From 316a4c47ff4abfca30682164793c2cec70da753d Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Mon, 3 Jan 2000 23:05:55 +0000 Subject: Updated my e-mail address to reflect my new employment svn path=/trunk/; revision=1533 --- camel/string-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/string-utils.c') diff --git a/camel/string-utils.c b/camel/string-utils.c index df973fc01b..3f9ce4805d 100644 --- a/camel/string-utils.c +++ b/camel/string-utils.c @@ -4,7 +4,7 @@ /* * * Author : - * Bertrand Guiheneuf + * Bertrand Guiheneuf * * Copyright 1999, 2000 HelixCode (http://www.helixcode.com) . * @@ -284,7 +284,7 @@ string_prefix (const gchar *s, const gchar *suffix, gboolean *suffix_found) /* if the string is shorter than the suffix, do nothing */ if (s_len < suf_len) { - *suffix_found = FALSE + *suffix_found = FALSE; return NULL; } -- cgit v1.2.3