From 976c947f5264a4a56549000d2c285f60c91640fa Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Sat, 24 Apr 2021 01:16:41 +0200 Subject: [PATCH] One small typo for man, one big bug for compiler kind. --- front_panel_hal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front_panel_hal.h b/front_panel_hal.h index b26e00c..d707fbc 100644 --- a/front_panel_hal.h +++ b/front_panel_hal.h @@ -156,8 +156,8 @@ class FrontPanelEventParser { if (has_(ev, FLAG_PART_MASK, FLAG_PART_COLOR)) return "color button"; if (has_(ev, FLAG_PART_MASK, FLAG_PART_SLIDER)) - return "slider'; - return "n/a"; + return "slider"; + return "n/a"; } const char *format_event_type(EVENT ev) {