add eol after #ifdef in jpeg_encoder.h for n900 scratchbox compiler

This commit is contained in:
Alon Levy 2010-07-29 11:10:41 +03:00
parent c44b6acb09
commit a8f2925162

View File

@ -88,4 +88,5 @@ private:
RGBToBGRConverter _rgb2bgr;
RGBToBGRXConverter _rgb2bgrx;
};
#endif
#endif