[gnumeric] win32: compilation fix.



commit 0c0efd9bb1b681d708c21757008e4275760eeada
Author: Morten Welinder <terra gnome org>
Date:   Sun Sep 29 10:52:13 2013 -0400

    win32: compilation fix.

 src/gutils.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gutils.c b/src/gutils.c
index 34c9059..adf8275 100644
--- a/src/gutils.c
+++ b/src/gutils.c
@@ -83,9 +83,9 @@ gutils_init (void)
        gnumeric_icon_dir = g_build_filename (dir, "share", "pixmaps",
                                              "gnumeric", NULL);
        gnumeric_locale_dir = g_build_filename (dir, "share", "locale", NULL);
-       gnumeric_extern_plugin_dir = g_build_filename (dir, "lib",
-                                            "gnumeric", GNM_API_VERSION, "plugins"
-                                            NULL);
+       gnumeric_extern_plugin_dir = g_build_filename
+               (dir, "lib", "gnumeric", GNM_API_VERSION, "plugins",
+                NULL);
        g_free (dir);
 #else
        if (running_in_tree ()) {


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