updated for version 7.3.723
Problem:    Various tiny problems.
Solution:   Various tiny fixes.
diff --git a/src/xpm_w32.c b/src/xpm_w32.c
index 2ec32ed..7241fb6 100644
--- a/src/xpm_w32.c
+++ b/src/xpm_w32.c
@@ -55,7 +55,7 @@
 	return -1;
     if (shp == NULL)
     {
-        if (img)
+	if (img)
 	    XDestroyImage(img);
 	return -1;
     }