From 7b3767f55e96b5e0cb1eb0b1ce2e892e5b6923eb Mon Sep 17 00:00:00 2001 From: Thomas Wahringer Date: Fri, 6 Apr 2018 20:11:05 +0200 Subject: [PATCH] notification: fix for #1883 --- src/libs/notification/example/example_notification_async.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/notification/example/example_notification_async.c b/src/libs/notification/example/example_notification_async.c index 533e6ff8884..1eb89a63311 100644 --- a/src/libs/notification/example/example_notification_async.c +++ b/src/libs/notification/example/example_notification_async.c @@ -121,6 +121,7 @@ int main (void) printf ("- Set \"%s\" to red, blue or green to change the text color\n", keyName (callbackKeyToWatch)); printf ("- Set \"%s\" to any integer value\n", keyName (intKeyToWatch)); printf ("Send SIGINT (Ctl+C) to exit.\n\n"); + printVariable (timer); uv_run (loop, UV_RUN_DEFAULT);