diff options
Diffstat (limited to 'utils/ps.c')
-rw-r--r-- | utils/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -250,7 +250,7 @@ main(int argc, char *argv[]) } /* Returns the name of the current controlling terminal. */ - const char *current_tty_name(void) + const char *current_tty_name (struct argp_state *state) { error_t err; struct ps_tty *tty; |