From 6a75d0503860475a166ca28f59ad5c81002af4b2 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 4 Oct 2001 20:33:29 +0000 Subject: missing newlines fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2083 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/wm/wsconv.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Gui/wm/wsconv.c') diff --git a/Gui/wm/wsconv.c b/Gui/wm/wsconv.c index 935672cf09..1f76be411e 100644 --- a/Gui/wm/wsconv.c +++ b/Gui/wm/wsconv.c @@ -1,6 +1,7 @@ -#include #include +#include +#include #include "../../config.h" #ifdef xHAVE_MMX @@ -201,4 +202,5 @@ void initConverter( void ) rgb32_g_mask.q = 0x0000FF000000FF00LL; // Mask for the greens of 2 RGB32 pixels rgb32_b_mask.q = 0x00FF000000FF0000LL; // Mask for the blues of 2 RGB32 pixels #endif -} \ No newline at end of file +} + -- cgit v1.2.3