diff options
Diffstat (limited to 'src/tty.c')
-rw-r--r-- | src/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ static struct option const longopts[] = {NULL, 0, NULL, 0} }; -void +int main (int argc, char **argv) { char *tty; |