summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/src/wallpaper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_nicer/src/wallpaper.cpp')
-rw-r--r--plugins/Clist_nicer/src/wallpaper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/src/wallpaper.cpp b/plugins/Clist_nicer/src/wallpaper.cpp
index 1e16afe50a..73c513db74 100644
--- a/plugins/Clist_nicer/src/wallpaper.cpp
+++ b/plugins/Clist_nicer/src/wallpaper.cpp
@@ -37,7 +37,7 @@ void GetWallpaperPattern()
{
// \Control Panel\Desktop
char wpbuf[MAX_PATH];
- if(hPattern) {DeleteObject(hPattern); hPattern=NULL;}
+ if (hPattern) {DeleteObject(hPattern); hPattern=NULL;}
SystemParametersInfo(SPI_GETDESKWALLPAPER,MAX_PATH,wpbuf,NULL);
if (strlen(wpbuf)>0)