diff options
author | phintuka <phintuka> | 2011-03-19 17:33:21 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2011-03-19 17:33:21 +0000 |
commit | 1197bf86ba8c3d6703ace5c4252a6b04ad0f2e0d (patch) | |
tree | 313ff3d1553e3b36deb167edf878705f0b787203 | |
parent | 8bacd81cc5e88ebba1bac3f691c407fbc39b7a09 (diff) | |
download | xineliboutput-1197bf86ba8c3d6703ace5c4252a6b04ad0f2e0d.tar.gz xineliboutput-1197bf86ba8c3d6703ace5c4252a6b04ad0f2e0d.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 43e651a4..414a42f0 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.95 2011-02-12 20:32:17 rofafor Exp $ + * $Id: xine_frontend_main.c,v 1.96 2011-03-19 17:33:21 phintuka Exp $ * */ @@ -462,7 +462,7 @@ int main(int argc, char *argv[]) strncmp(mrl, MRL_ID ":", MRL_ID_LEN+1) && strncmp(mrl, MRL_ID "+", MRL_ID_LEN+1)) { char *mrl2 = mrl; - PRINTF("WARNING: MRL does not start with \'" MRL_ID ":\' (%s)", mrl); + PRINTF("WARNING: MRL does not start with \'" MRL_ID ":\' (%s)\n", mrl); if (asprintf(&mrl, MRL_ID "://%s", mrl) < 0) return -1; free(mrl2); |