main.cpp: Fix a compiler warning
authorOlivier Goffart <ogoffart@woboq.com>
Tue, 4 Jul 2017 08:55:41 +0000 (10:55 +0200)
committerMarkus Goetz <markus@woboq.com>
Tue, 4 Jul 2017 09:43:07 +0000 (11:43 +0200)
commit34e75f80bcb1032c80defc70e1812ce00b8e502a
tree4dbffe82c8c85020b72df254acf8d30419a91e91
parent0db095e02a3cc311a1121ab1b427c92c59687db7
main.cpp: Fix a compiler warning

 src/gui/main.cpp:112:9: warning: bool literal returned from 'main' [-Wmain]

Used 1 to keep previous behaviour. I supposed the code was meant
to return success (0), but it does not really matter anyway.
src/gui/main.cpp