From: Tormod Volden Date: Sun, 29 May 2016 15:03:33 +0000 (+0200) Subject: Library/include/poll.h: Add missing semicolon X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ae1553c5c33450e259d3059babc926e38bc52318;p=FUZIX.git Library/include/poll.h: Add missing semicolon Signed-off-by: Tormod Volden --- diff --git a/Library/include/poll.h b/Library/include/poll.h index 3eff11af..3f8bd62b 100644 --- a/Library/include/poll.h +++ b/Library/include/poll.h @@ -3,7 +3,7 @@ struct pollfd { int fd; - short events + short events; short revents; };