Code

added missing ';'
[inkscape.git] / src / main.cpp
index 30bb0a09f00c90dc53f61043b1563b44d239289c..7530b854b01b8e064d3e3d3b15551ef9c68e7caf 100644 (file)
@@ -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);