aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_n_notify.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-18 16:02:21 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-18 16:02:21 +0200
commit9a364f3ad2056fba6260ab519e6efc13439ba2cb (patch)
tree87055f4004c0aec0fd03f1755a6a6b3887187dfe /src/jo_n_notify.c
parenteSpeak is the problem (diff)
downloadlowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.gz
lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.bz2
lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.xz
lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.zst
lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.zip
Everything is fine
Diffstat (limited to 'src/jo_n_notify.c')
-rw-r--r--src/jo_n_notify.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/jo_n_notify.c b/src/jo_n_notify.c
index 7abb827..a92f2b2 100644
--- a/src/jo_n_notify.c
+++ b/src/jo_n_notify.c
@@ -13,12 +13,11 @@
#include <jo_n_notify.h>
void
-jo_n_notify(
- const char head[],
- const char body[],
- NotifyUrgency u,
- int32_t t
- )
+jo_n_notify
+(const char head[],
+ const char body[],
+ NotifyUrgency u,
+ int32_t t)
{
NotifyNotification *n;