diff options
Diffstat (limited to 'recstat.h')
| -rw-r--r-- | recstat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ enum eRecStat { recOff, /* no active recording */ recStart, /* start recording */ recRun, /* active recording */ - recStop, /* stop recording */ + recStop, /* stop recording */ }; #endif /* __RECSTAT_H */ |
