diff options
| author | Peter Penz <[email protected]> | 2009-05-26 18:24:23 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-05-26 18:24:23 +0000 |
| commit | c848b945d44b3621d6418e6589ea5792003fa3c9 (patch) | |
| tree | f08c03b4df8d135cfdbb34d205d6e184d57cb562 /src/main.cpp | |
| parent | 13b535993e224f6150fc2bb90928a37b6a8078d2 (diff) | |
fixed krazy issues (see http://www.kdedevelopers.org/node/3919)
svn path=/trunk/KDE/kdebase/apps/; revision=973269
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 e7f277181..832ff18b2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,7 +91,7 @@ int main(int argc, char **argv) ++n; } } - app.exec(); + app.exec(); // krazy:exclude=crashy return 0; } |
