diff options
Diffstat (limited to 'plugins/Clist_modern/modern_framesmenu.cpp')
-rw-r--r-- | plugins/Clist_modern/modern_framesmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/modern_framesmenu.cpp b/plugins/Clist_modern/modern_framesmenu.cpp index 359f3c1f36..cc838470a3 100644 --- a/plugins/Clist_modern/modern_framesmenu.cpp +++ b/plugins/Clist_modern/modern_framesmenu.cpp @@ -18,7 +18,7 @@ void FreeAndNil( void **p ) if ( p == NULL )
return;
- if ( *p !=NULL ) {
+ if ( *p != NULL ) {
mir_free( *p );
*p = NULL;
} }
|