From: ishmal Date: Thu, 13 Mar 2008 02:18:18 +0000 (+0000) Subject: added missing ';' X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=448c98239ed00327cc3d6cf0fa284e6965602dd7;p=inkscape.git added missing ';' --- 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);