summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Status.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/Status.cxx')
-rw-r--r--Source/kwsys/Status.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/Status.cxx b/Source/kwsys/Status.cxx
index 503d1e1..edda7a0 100644
--- a/Source/kwsys/Status.cxx
+++ b/Source/kwsys/Status.cxx
@@ -53,7 +53,7 @@ std::string Status::GetString() const
LocalFree(message);
} break;
#endif
- };
+ }
return err;
}