Add missing semicolon
This commit is contained in:
parent
bba3cfe700
commit
f51f9a19b7
@ -149,7 +149,7 @@ int notification_is_duplicate(const notification *a, const notification *b)
|
|||||||
//Comparing raw icons is not supported, assume they are not identical
|
//Comparing raw icons is not supported, assume they are not identical
|
||||||
if (settings.icon_position != icons_off
|
if (settings.icon_position != icons_off
|
||||||
&& (a->raw_icon != NULL || b->raw_icon != NULL))
|
&& (a->raw_icon != NULL || b->raw_icon != NULL))
|
||||||
return false
|
return false;
|
||||||
|
|
||||||
return strcmp(a->appname, b->appname) == 0
|
return strcmp(a->appname, b->appname) == 0
|
||||||
&& strcmp(a->summary, b->summary) == 0
|
&& strcmp(a->summary, b->summary) == 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user