Browse Source

One small typo for man, one big bug for compiler kind.

pull/20/head
Maurice Makaay 3 years ago
parent
commit
976c947f52
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      front_panel_hal.h

+ 2
- 2
front_panel_hal.h View File

@ -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) {


Loading…
Cancel
Save