]> sigrok.org Git - sigrok-cli.git/blobdiff - anykey.c
GPL headers: Use correct project name.
[sigrok-cli.git] / anykey.c
index 478e644c31edb156678bc36a6c73f76081442581..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>
  *
@@ -26,7 +26,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <glib.h>
-#include <sigrok.h>
+#include <libsigrok/libsigrok.h>
 #include "sigrok-cli.h"
 
 #ifdef _WIN32
@@ -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;