changeset 9:ef818ccd826f default tip

Oops, delete reference to variable no longer really used.
author darius
date Sun, 21 Aug 2005 12:36:14 +0000
parents fc60aa65d85f
children
files simpletv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/simpletv.c	Sun Aug 21 12:35:31 2005 +0000
+++ b/simpletv.c	Sun Aug 21 12:36:14 2005 +0000
@@ -708,7 +708,7 @@
 		    exit(EXIT_FAILURE);
 		}
 		if ((fds[0].revents & POLLRDNORM) != 0) {
-		    fprintf(stderr, "Processing IR.. \n", lircfails);
+		    fprintf(stderr, "Processing IR..\n");
 
 		    /* Try and get an event */
 		    if (lirc_nextcode(&code) == 0) {