]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - jpeg.c
added Print versions of Printf functions and made all calls that do not need formatin...
[xonotic/darkplaces.git] / jpeg.c
diff --git a/jpeg.c b/jpeg.c
index 0d33281297e57fa94eccd176b75d19f169c5c43c..c979fb14f48681494ad7af49c034281c22453f6f 100644 (file)
--- a/jpeg.c
+++ b/jpeg.c
@@ -678,7 +678,7 @@ qboolean JPEG_SaveImage_preflipped (const char *filename, int width, int height,
        // No DLL = no JPEGs
        if (!jpeg_dll)
        {
-               Con_Print("You need the libjpeg library to save JPEG images\n");
+               Con_Print("You need the libjpeg library to save JPEG images\n");
                return false;
        }