[libgda] Fix my typo



commit 7b8515f301c7e5a2274844ca432bd34446bdb1ff
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jun 23 20:19:00 2011 +0200

    Fix my typo

 libgda/gda-sql-builder.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libgda/gda-sql-builder.c b/libgda/gda-sql-builder.c
index b5b4d3a..c8e9a46 100644
--- a/libgda/gda-sql-builder.c
+++ b/libgda/gda-sql-builder.c
@@ -512,6 +512,7 @@ gda_sql_builder_select_add_field (GdaSqlBuilder *builder, const gchar *field_nam
 	if (table_name && *table_name) {
 		tmp = g_strdup_printf ("%s.%s", table_name, field_name);
 		tmp_is_allocated = TRUE;
+	}
 	else
 		tmp = (gchar*) field_name;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]