X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fui_notify.c;h=a668014f810bd41e538aefb17aef984121a04817;hp=e829ed43e7d6f2e2fd52d8c3fd938c97642ea679;hb=8a3d16ade26321374c684080d627cf12ba71e598;hpb=df3cbe065f1058cb1e060122a6dbb8fd254a637d diff --git a/src/ui_notify.c b/src/ui_notify.c index e829ed4..a668014 100644 --- a/src/ui_notify.c +++ b/src/ui_notify.c @@ -53,7 +53,7 @@ void ui_notify(struct psensor *sensor, struct ui_psensor *ui) || t.tv_sec - last_notification_tv.tv_sec >= 60) last_notification_tv = t; else - return ; + return; if (notify_is_initted() == FALSE) notify_init("psensor");