summaryrefslogtreecommitdiff
path: root/recstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'recstat.h')
-rw-r--r--recstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/recstat.h b/recstat.h
index 556070f..7d91a56 100644
--- a/recstat.h
+++ b/recstat.h
@@ -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 */