summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es>2018-07-26 17:11:55 +0000
committerJabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es>2018-07-26 17:11:55 +0000
commit522932fc5eaf5bc7252d4f6258246a1393825d21 (patch)
tree718507f0f5aea7012c1b34b9984ce696608eb917 /src/main.cpp
parentAdd missing bounding box icon (diff)
downloadinkscape-522932fc5eaf5bc7252d4f6258246a1393825d21.tar.gz
inkscape-522932fc5eaf5bc7252d4f6258246a1393825d21.zip
Fixing coding style
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