summaryrefslogtreecommitdiffstats
path: root/databases/libgnomedb/files/patch-libgnomedb_gnome-db-sql-console.c
blob: 607e5da74d263cd0b82e3e21dc75a84993b56f03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

$FreeBSD$

--- libgnomedb/gnome-db-sql-console.c.orig
+++ libgnomedb/gnome-db-sql-console.c
@@ -596,8 +596,8 @@
 
    /* help */
    if (!cmde_ok && !strcmp (pcmde, "?")) {
-       cmde_ok = TRUE;
        GString *string;
+       cmde_ok = TRUE;
 
        string = g_string_new (_("SQL statements:\n"
                     "  they can span several lines, and are executed\n"