]> sigrok.org Git - sigrok-cli.git/blobdiff - anykey.c
GPL headers: Use correct project name.
[sigrok-cli.git] / anykey.c
index cc40bedb7947a68d4bfde261106fdfc6d28e98f7..70e2248a0df20e72a4b0047f17e1aaf7ed2f93e4 100644 (file)
--- a/anykey.c
+++ b/anykey.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the sigrok-cli project.
  *
  * Copyright (C) 2011 Bert Vermeulen <bert@biot.com>
  *
@@ -38,7 +38,6 @@ static struct termios term_orig;
 
 static int received_anykey(int fd, int revents, void *cb_data)
 {
-       /* Avoid compiler warnings. */
        (void)fd;
        (void)revents;
        (void)cb_data;