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 0dc6996f39..2f2099a8c4 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -41,6 +41,7 @@ enum {
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_MB, /* Megabytes */
44 UNIT_KBIT, /* kilobits per sec */
44 UNIT_LAST /* END MARKER */ 45 UNIT_LAST /* END MARKER */
45}; 46};
46 47