lowercasing filenames, part1; makefile adjustments
[picodrive.git] / platform / win32 / GenaDrive / TexScreen.cpp
index 45eeab7..1629dbc 100644 (file)
@@ -86,7 +86,8 @@ int TexScreenLinear()
   int y=0,line=0;\r
   unsigned short *ps=NULL;\r
 \r
-  TexScreen->LockRect(0,&lock,NULL,0); if (lock.pBits==NULL) return 1;\r
+  TexScreen->LockRect(0,&lock,NULL,0);\r
+  if (lock.pBits==NULL) return 1;\r
 \r
   dest=(unsigned char *)lock.pBits;\r
   ps=EmuScreen;\r