diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 22:05:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 22:05:08 +0000 |
commit | 1cc7d07e15ebd1b7989c2c8eae366fbd64c684e6 (patch) | |
tree | b94834cc6d29db9113030c9d13ebcfe6cb2ed088 | |
parent | 363960d787117ac625cb7ac5a1810bffbe23e8cd (diff) |
(ps_emit_past_time): Return zero.
-rw-r--r-- | libps/spec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libps/spec.c b/libps/spec.c index 96390c4e..527944b8 100644 --- a/libps/spec.c +++ b/libps/spec.c @@ -481,7 +481,7 @@ error_t ps_emit_past_time (struct proc_stat *ps, const struct ps_getter *getter, int width, struct ps_stream *stream) { - + return 0; } error_t |