tmisu

Notification to stdout daemon
git clone https://git.inz.fi/tmisu/
Log | Files | Refs | README | LICENSE

commit e1221a164f2af80023d0600f7b30be0f86f2b22c
parent c4eabaa5af9cbdbcd737f58a25a42b2b7029fc23
Author: Sweets <Sweets@users.noreply.github.com>
Date:   Sun, 26 Apr 2020 00:21:47 -0700

missed a new-line

Diffstat:
Mcallbacks.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/callbacks.c b/callbacks.c @@ -95,6 +95,6 @@ void name_lost(GDBusConnection *connection, const gchar *name, "could not connect to dbus."); exit(1); } else - print("%s", "Successfully acquired org.freedesktop.Notifications"); + print("%s\n", "Successfully acquired org.freedesktop.Notifications"); }