*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2008-11-20 11:25:15 +00:00
parent 8cda26d1e8
commit 183eb6331d
1 changed files with 1 additions and 1 deletions

2
ev.pod
View File

@ -45,7 +45,7 @@ libev - a high performance full-featured event loop written in C
main (void)
{
// use the default event loop unless you have special needs
ev_loop *loop = ev_default_loop (0);
struct ev_loop *loop = ev_default_loop (0);
// initialise an io watcher, then start it
// this one will watch for stdin to become readable