diff options
| author | phintuka <phintuka> | 2010-11-23 12:53:29 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2010-11-23 12:53:29 +0000 |
| commit | fa679188c00d402fd0fb336d6c6dd03f5f1ad74f (patch) | |
| tree | 7fbecb127eddf7dd70e61467a0091b316820915e | |
| parent | dd38aabf2d800c0849e8851525b492914ed199a6 (diff) | |
| download | xineliboutput-fa679188c00d402fd0fb336d6c6dd03f5f1ad74f.tar.gz xineliboutput-fa679188c00d402fd0fb336d6c6dd03f5f1ad74f.tar.bz2 | |
Added missing line feed
| -rw-r--r-- | xine_frontend_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c index b86a5f62..cce3f50f 100644 --- a/xine_frontend_main.c +++ b/xine_frontend_main.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_main.c,v 1.89 2010-08-29 08:53:29 rofafor Exp $ + * $Id: xine_frontend_main.c,v 1.90 2010-11-23 12:53:29 phintuka Exp $ * */ @@ -611,7 +611,7 @@ int main(int argc, char *argv[]) PRINTF("Can't access terminal: %s\n", tty); return -2; } - PRINTF("Terminal: %s", tty); + PRINTF("Terminal: %s\n", tty); break; case 'n': scale_video = 0; PRINTF("Video scaling disabled\n"); |
