From 828f03a063ef5e1e9bb113614083c3f4e59d5317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Tue, 14 Oct 2014 21:19:11 +0200 Subject: Get rid of most block comments They're rather difficult to maintain. --- demo-async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo-async.c') diff --git a/demo-async.c b/demo-async.c index c59b8f6..6b29a58 100644 --- a/demo-async.c +++ b/demo-async.c @@ -34,7 +34,7 @@ main (int argc, char *argv[]) } struct pollfd fd; - fd.fd = STDIN_FILENO; /* the file descriptor we passed to termo_new() */ + fd.fd = STDIN_FILENO; // the file descriptor we passed to termo_new() fd.events = POLLIN; termo_result_t ret; -- cgit v1.2.3