From 448c98239ed00327cc3d6cf0fa284e6965602dd7 Mon Sep 17 00:00:00 2001 From: ishmal Date: Thu, 13 Mar 2008 02:18:18 +0000 Subject: [PATCH] added missing ';' --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 30bb0a09f..7530b854b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -462,7 +462,7 @@ main(int argc, char **argv) #ifdef ENABLE_NLS #ifdef WIN32 - _win32_set_inkscape_env(argv[0]) + _win32_set_inkscape_env(argv[0]); RegistryTool rt; rt.setPathInfo(); gchar *pathBuf = g_strconcat(g_path_get_dirname(argv[0]), "\\", PACKAGE_LOCALE_DIR, NULL); -- 2.30.2