diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-07-26 17:11:55 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-07-26 17:11:55 +0000 |
| commit | 522932fc5eaf5bc7252d4f6258246a1393825d21 (patch) | |
| tree | 718507f0f5aea7012c1b34b9984ce696608eb917 /src/main.cpp | |
| parent | Add missing bounding box icon (diff) | |
| download | inkscape-522932fc5eaf5bc7252d4f6258246a1393825d21.tar.gz inkscape-522932fc5eaf5bc7252d4f6258246a1393825d21.zip | |
Fixing coding style
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
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 |
