[goffice] Typo.



commit 875985124f3fb72349147b5383c20099a7b68ec0
Author: Morten Welinder <terra gnome org>
Date:   Thu Jul 9 15:43:24 2009 -0400

    Typo.

 goffice/app/go-conf-win32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/app/go-conf-win32.c b/goffice/app/go-conf-win32.c
index 5a433cb..c046469 100644
--- a/goffice/app/go-conf-win32.c
+++ b/goffice/app/go-conf-win32.c
@@ -98,7 +98,7 @@ go_conf_win32_get (GOConfNode *node, gchar const *key,
 	}
 	while ((ret = RegQueryValueEx (hKey, key, NULL,
 				       type, *data, size)) == ERROR_MORE_DATA &&
-	       d0_realloc)
+	       do_realloc)
 		*data = g_realloc (*data, *size);
 	if (path)
 		RegCloseKey (hKey);



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