changeset 87:baf72a99d5ee

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Oct 2012 10:50:44 +0300
parents 7108681151a4
children aa9fbdbcea70
files dmscaledblit.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dmscaledblit.h	Tue Oct 02 10:28:54 2012 +0300
+++ b/dmscaledblit.h	Tue Oct 02 10:50:44 2012 +0300
@@ -1,6 +1,6 @@
 /*
  * DMLib
- * -- Sprite / surface blitting function template
+ * -- Scaled sprite / surface blitting function template
  * Programmed and designed by Matti 'ccr' Hamalainen
  * (C) Copyright 2011-2012 Tecnic Software productions (TNSP)
  */
@@ -52,7 +52,7 @@
         int xc;
 
 #ifdef DM_BLITFUNC_INNER_INIT
-    DM_BLITFUNC_INNER_INIT
+        DM_BLITFUNC_INNER_INIT
 #endif
 
         for (xv.dw = dx.dw, xc = xr.v0; xc < xr.v1; xc++)