summaryrefslogtreecommitdiff
path: root/Tachometer.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tachometer.c')
-rw-r--r--Tachometer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tachometer.c b/Tachometer.c
index 059d9600..f87791e6 100644
--- a/Tachometer.c
+++ b/Tachometer.c
@@ -545,13 +545,13 @@ static void Destroy(Widget w)
/* Exported Procedures */
-// cppcheck-suppress unusedFunction
+// cppcheck-suppress unusedFunction
int TachometerGetValue(Widget w)
{
return (((TachometerWidget) w)->tachometer.value);
}
-// cppcheck-suppress unusedFunction
+// cppcheck-suppress unusedFunction
int TachometerSetValue(Widget w, int i)
{
int old;