diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-12-10 13:29:19 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-12-10 13:29:19 +0000 |
| commit | 3c200d427b4de843d3c979e2c7269ee8f3a31e0b (patch) | |
| tree | 22fafaa06b47df78ca3a2c479b028616ad753da0 /src/inkscape-main.cpp | |
| parent | remove Inkscape::URI::getFullPath (diff) | |
| download | inkscape-3c200d427b4de843d3c979e2c7269ee8f3a31e0b.tar.gz inkscape-3c200d427b4de843d3c979e2c7269ee8f3a31e0b.zip | |
Minor tweaks.
Diffstat (limited to 'src/inkscape-main.cpp')
| -rw-r--r-- | src/inkscape-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape-main.cpp b/src/inkscape-main.cpp index e1c0411e0..d4fe68bb8 100644 --- a/src/inkscape-main.cpp +++ b/src/inkscape-main.cpp @@ -20,7 +20,7 @@ int main(int argc, char *argv[]) { - if(gtk_init_check(NULL, NULL)) + if (gtk_init_check(NULL, NULL)) return (new ConcreteInkscapeApplication<Gtk::Application>())->run(argc, argv); else return (new ConcreteInkscapeApplication<Gio::Application>())->run(argc, argv); |
