summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-07-20 12:08:00 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-07-20 12:08:00 +0200
commit92d09d474eecb5bb48857408095e9c8564fe4337 (patch)
treec710f634673de0b976e702ce320c2c7855f95ca6 /src/main.cpp
parent132323c7330afaa8004feb877891842e959a2dde (diff)
added some menu items
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 699fbb0..412f15f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -41,8 +41,8 @@ int main(int argc, char *argv[])
tikzit->init(&a);
if (a.arguments().length() > 1) {
- tikzit->open(a.arguments()[1]);
- }
+ tikzit->open(a.arguments()[1]);
+ }
return a.exec();
}