diff options
| author | Stefan Monov <[email protected]> | 2008-02-25 19:12:58 +0000 |
|---|---|---|
| committer | Stefan Monov <[email protected]> | 2008-02-25 19:12:58 +0000 |
| commit | 3dc1043b73f7b76e29f7d6fe5cf7842d8d9204a3 (patch) | |
| tree | fca89362e9791b51e438bc72d6e6e76e4f77b203 /src/main.cpp | |
| parent | eb7294fa1076c91d77da982d1d4a0707bbc60b0c (diff) | |
SVN_SILENT trivial code simplification. hope you don't mind peter.
svn path=/trunk/KDE/kdebase/apps/; revision=779275
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index b9e8997a7..28a69390f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,10 +91,8 @@ int main(int argc, char **argv) } ++n; } - app.exec(); - } else { - app.exec(); } + app.exec(); return 0; } |
