Applied coding style to src/ui/
This commit is contained in:
@@ -195,8 +195,7 @@ notify_remind(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
_notify(const char * const message, int timeout,
|
_notify(const char *const message, int timeout, const char *const category)
|
||||||
const char * const category)
|
|
||||||
{
|
{
|
||||||
#ifdef HAVE_LIBNOTIFY
|
#ifdef HAVE_LIBNOTIFY
|
||||||
log_debug("Attempting notification: %s", message);
|
log_debug("Attempting notification: %s", message);
|
||||||
|
|||||||
Reference in New Issue
Block a user