From 783fe75c9c81fed1e302c576749dec3986a7bef6 Mon Sep 17 00:00:00 2001 From: melanson Date: Wed, 13 Feb 2002 04:47:12 +0000 Subject: cosmetic fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4689 b3059339-0415-0410-9bf9-f77b7e298cf2 --- fli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fli.c') diff --git a/fli.c b/fli.c index 06925b6e4c..5e7151628e 100644 --- a/fli.c +++ b/fli.c @@ -353,10 +353,10 @@ void decode_fli_frame( } // by the end of the chunk, the stream ptr should equal the frame - // size (minus 1, possible); if it doesn't, issue a warning + // size (minus 1, possibly); if it doesn't, issue a warning if ((stream_ptr != encoded_size) && (stream_ptr != encoded_size - 1)) mp_msg(MSGT_DECVIDEO, MSGL_WARN, " warning: processed FLI chunk where encoded size = %d\n" \ - " and final chunk ptr = and final chunk ptr = %d\n", + " and final chunk ptr = %d\n", encoded_size, stream_ptr); } -- cgit v1.2.3