summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index efa20bfc8..837c26652 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -628,7 +628,7 @@ static void set_datadir_env()
}
datadir += get_datadir_path();
datadir += ":";
- datadir += INKSCAPE_DATADIR;
+ datadir += INKSCAPE_DATADIR;
#ifdef WIN32
datadir += g_win32_locale_filename_from_utf8("/inkscape");
#else