diff src/xpm_w32.c @ 3935:ee138f29259e v7.3.723

updated for version 7.3.723 Problem: Various tiny problems. Solution: Various tiny fixes.
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Nov 2012 17:19:01 +0100
parents d473f39aeadf
children 1a5d34492798
line wrap: on
line diff
--- a/src/xpm_w32.c
+++ b/src/xpm_w32.c
@@ -55,7 +55,7 @@ LoadXpmImage(filename, hImage, hShape)
 	return -1;
     if (shp == NULL)
     {
-        if (img)
+	if (img)
 	    XDestroyImage(img);
 	return -1;
     }