diff options
Diffstat (limited to 'menu_commands.c')
-rw-r--r-- | menu_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_commands.c b/menu_commands.c index 9d33863..309aef5 100644 --- a/menu_commands.c +++ b/menu_commands.c @@ -121,7 +121,7 @@ eOSState cMenuSearchCommands::Record(void) { if (!event) return osContinue; - int timerMatch = tmNone; + eTimerMatch timerMatch = tmNone; cTimer* timer = Timers.GetMatch(event, &timerMatch); if (timerMatch == tmFull) { |