summaryrefslogtreecommitdiff
path: root/odk/examples
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-24 13:51:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-24 13:59:59 +0200
commitc73dce072584fa58382c8158c2bc80bf0a7421c5 (patch)
tree79a13debad82afd268ebd7614886a2d249de6f8c /odk/examples
parentb786a33cfdca2e8a4114ddef0340e0e0628dd09c (diff)
lost }
Diffstat (limited to 'odk/examples')
-rw-r--r--odk/examples/cpp/counter/countermain.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/examples/cpp/counter/countermain.cxx b/odk/examples/cpp/counter/countermain.cxx
index e1ab0a16eb76..008af0dd6c74 100644
--- a/odk/examples/cpp/counter/countermain.cxx
+++ b/odk/examples/cpp/counter/countermain.cxx
@@ -100,5 +100,6 @@ SAL_IMPLEMENT_MAIN()
OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US).getStr());
exit(1);
}
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */