add semicolon to end of CALLOUT_HANDLE_INITIALIZER example.

This commit is contained in:
Alfred Perlstein 2013-02-08 20:13:28 +00:00
parent 23a368256d
commit a99b51055f

View File

@ -62,7 +62,7 @@ typedef void timeout_t (void *);
.Ft void
.Fn callout_handle_init "struct callout_handle *handle"
.Bd -literal
struct callout_handle handle = CALLOUT_HANDLE_INITIALIZER(&handle)
struct callout_handle handle = CALLOUT_HANDLE_INITIALIZER(&handle);
.Ed
.Ft void
.Fn untimeout "timeout_t *func" "void *arg" "struct callout_handle handle"