From 3e79f0656684041f2d60931a97bf88e899efaaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Mon, 3 Oct 2011 15:54:25 +0200 Subject: [PATCH] trivial: remove unwanted exclamation mark to fix compilation --- src/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.c b/src/main.c index d2d5ea4e5b..b7c0fd5a86 100644 --- a/src/main.c +++ b/src/main.c @@ -15,7 +15,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2004 - 2010 Red Hat, Inc. + * Copyright (C) 2004 - 2011 Red Hat, Inc. * Copyright (C) 2005 - 2008 Novell, Inc. */ @@ -313,7 +313,7 @@ parse_state_file (const char *filename, gboolean *net_enabled, gboolean *wifi_enabled, gboolean *wwan_enabled, - gboolean *wimax_enabled, + gboolean *wimax_enabled, GError **error) { GKeyFile *state_file; @@ -401,7 +401,7 @@ parse_state_file (const char *filename, if (tmp_error == NULL) *wimax_enabled = wimax; g_clear_error (&tmp_error); -! + g_key_file_free (state_file); return TRUE; }