diff options
Diffstat (limited to 'apps/talk.h')
-rw-r--r-- | apps/talk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/talk.h b/apps/talk.h index fc1bfe5a2d..a2a9f44e4e 100644 --- a/apps/talk.h +++ b/apps/talk.h | |||
@@ -50,8 +50,7 @@ enum { | |||
50 | UNIT_MB, /* Megabytes */ | 50 | UNIT_MB, /* Megabytes */ |
51 | UNIT_KBIT, /* kilobits per sec */ | 51 | UNIT_KBIT, /* kilobits per sec */ |
52 | UNIT_PM_TICK, /* peak meter units per tick */ | 52 | UNIT_PM_TICK, /* peak meter units per tick */ |
53 | UNIT_TIME_EXACT,/* time duration/interval in seconds, says hours,mins,secs*/ | 53 | UNIT_TIME, /* time duration/interval in seconds, says hours,mins,secs */ |
54 | UNIT_TIME, /* as above but less verbose */ | ||
55 | UNIT_LAST /* END MARKER */ | 54 | UNIT_LAST /* END MARKER */ |
56 | }; | 55 | }; |
57 | 56 | ||