From e1648ba8f9544459076cfbcaa5f3ceeabd4cecdb Mon Sep 17 00:00:00 2001 From: iNilo Date: Fri, 3 May 2019 11:11:03 +0200 Subject: [PATCH] Add missing semicolon to profiler.inc (#996) --- plugins/include/profiler.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/profiler.inc b/plugins/include/profiler.inc index 25f4fc1c..c67f3404 100644 --- a/plugins/include/profiler.inc +++ b/plugins/include/profiler.inc @@ -63,7 +63,7 @@ methodmap Profiler < Handle property float Time { public native get(); } -} +}; /** * Creates a new profile object. The Handle must be freed