summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h
index 8bc86c329a..58ab0ef37a 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -40,6 +40,7 @@ enum {
40 UNIT_PIXEL, /* pixels */ 40 UNIT_PIXEL, /* pixels */
41 UNIT_PER_SEC, /* per second */ 41 UNIT_PER_SEC, /* per second */
42 UNIT_HERTZ, /* hertz */ 42 UNIT_HERTZ, /* hertz */
43 UNIT_MB, /* Megabytes */
43 UNIT_LAST /* END MARKER */ 44 UNIT_LAST /* END MARKER */
44}; 45};
45 46