Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
notification: fix for #1883
Browse files Browse the repository at this point in the history
  • Loading branch information
waht committed Apr 6, 2018
1 parent 060b28a commit 7b3767f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/notification/example/example_notification_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 7b3767f

Please sign in to comment.