diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-28 19:49:45 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-28 19:49:45 +0200 |
commit | fc39c234ddd2606e75468c490a776898cef84459 (patch) | |
tree | 8e80e16d2e4d978f842b566eda026f0ff9bbadcf /src/n_notify.c | |
parent | Rewrote r_cpyhead (diff) | |
download | lowbat-bsd-fc39c234ddd2606e75468c490a776898cef84459.tar.gz lowbat-bsd-fc39c234ddd2606e75468c490a776898cef84459.tar.bz2 lowbat-bsd-fc39c234ddd2606e75468c490a776898cef84459.tar.xz lowbat-bsd-fc39c234ddd2606e75468c490a776898cef84459.tar.zst lowbat-bsd-fc39c234ddd2606e75468c490a776898cef84459.zip |
r_loop rewrite in progress
Diffstat (limited to '')
-rw-r--r-- | src/n_notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/n_notify.c b/src/n_notify.c index 94efe75..3798986 100644 --- a/src/n_notify.c +++ b/src/n_notify.c @@ -13,7 +13,7 @@ #include <jo_n_notify.h> void -jo_n_notify +n_notify (const char head[], const char body[], NotifyUrgency u, |