screenshot.c
changeset 4360 07fb51363337
parent 4300 687a17c9c557
child 4521 3720aa86ede7
--- a/screenshot.c	Wed Aug 23 13:55:56 2006 +0000
+++ b/screenshot.c	Wed Aug 23 15:30:03 2006 +0000
@@ -416,10 +416,10 @@
 //************************************************
 
 static const ScreenshotFormat _screenshot_formats[] = {
-	{"BMP", "bmp", &MakeBmpImage},
 #if defined(WITH_PNG)
 	{"PNG", "png", &MakePNGImage},
 #endif
+	{"BMP", "bmp", &MakeBmpImage},
 	{"PCX", "pcx", &MakePCXImage},
 };