summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-12-19 15:08:53 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-12-19 15:10:01 -0500
commitec7b12a5c331cd0250d7bb5bed09384985943bda (patch)
tree3d6ff7748db705f2bf1726ef280a5a25b942060d
parentd6e7c247563cb15dcc143f6d1d583c746af0184b (diff)
We don't need this semi-colon.
Change-Id: I3860e2e54e6a380f8050cdaa63cda52adf70220a
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 2c77ee4b2805..4ffab79c6605 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -3306,7 +3306,7 @@ DynamicKernelSoPArguments::DynamicKernelSoPArguments(
default:
throw UnhandledToken(pChild, "unhandled opcode");
- };
+ }
}
}