Archived
1
0
Fork 0

docs/api-notify.txt: fixed the style of an code example.

This commit is contained in:
Henrik Hautakoski 2010-11-14 09:58:12 +01:00
parent f752e03943
commit d1c548a722

View file

@ -98,9 +98,9 @@ in this function, the only requirement is that the function never blocks.
`notify_event_typetostr()`:: `notify_event_typetostr()`::
returns a string representation of a event's type. the pointer should + returns a string representation of a event's type. the pointer should +
not be free'ed, so its safe to be used like this: not be free'ed, so its safe to be used like this:
+ +
========================== ----
printf("type: %s\n", notify_event_typetostr(event)); printf("type: %s\n", notify_event_typetostr(event));
========================== ----