From aea22133c47a90fe26482df46634d89a2c543ad5 Mon Sep 17 00:00:00 2001
From: Zdenek Kabelac <kabi@informatics.muni.cz>
Date: Mon, 12 May 2003 12:31:02 +0000
Subject: [PATCH] * quiet missing EOF \n  warning

Originally committed as revision 1861 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/huffyuv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/huffyuv.c b/libavcodec/huffyuv.c
index 1ab31a93322..354d0058ee9 100644
--- a/libavcodec/huffyuv.c
+++ b/libavcodec/huffyuv.c
@@ -1178,4 +1178,4 @@ AVCodec huffyuv_encoder = {
     .options = huffyuv_options,
 };
 
-#endif //CONFIG_ENCODERS
\ No newline at end of file
+#endif //CONFIG_ENCODERS
-- 
GitLab