diff tools/64vw.c @ 2202:455a3849b8ac

Comments and cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 01:56:47 +0300
parents 9f3fb4004c20
children cbac4912992c
line wrap: on
line diff
--- a/tools/64vw.c	Fri Jun 14 00:42:36 2019 +0300
+++ b/tools/64vw.c	Fri Jun 14 01:56:47 2019 +0300
@@ -193,7 +193,8 @@
 }
 
 
-int dmReadC64Image(const char *filename, const DMC64ImageFormat *forced, const DMC64ImageFormat **fmt, DMC64Image **cimage)
+int dmReadC64Image(const char *filename, const DMC64ImageFormat *forced,
+    const DMC64ImageFormat **fmt, DMC64Image **cimage)
 {
     Uint8 *dataBuf = NULL;
     size_t dataSize;