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 fc1bfe5..a2a9f44 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -50,8 +50,7 @@ enum { UNIT_MB, /* Megabytes */ UNIT_KBIT, /* kilobits per sec */ UNIT_PM_TICK, /* peak meter units per tick */ - UNIT_TIME_EXACT,/* time duration/interval in seconds, says hours,mins,secs*/ - UNIT_TIME, /* as above but less verbose */ + UNIT_TIME, /* time duration/interval in seconds, says hours,mins,secs */ UNIT_LAST /* END MARKER */ }; |