]> sigrok.org Git - pulseview.git/blobdiff - main.cpp
Modified header guards to match file names
[pulseview.git] / main.cpp
index 8fac92340c1326b3aafd38a5d678b69a06b9046a..cfaba777d2f26add33a344da7aacf17facc8931d 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -23,7 +23,7 @@
 #endif
 
 #include <stdint.h>
-#include <libsigrok/libsigrok.hpp>
+#include <libsigrokcxx/libsigrokcxx.hpp>
 
 #include <getopt.h>
 
@@ -154,7 +154,7 @@ int main(int argc, char *argv[])
                                QObject::connect(handler,
                                        SIGNAL(term_received()),
                                        &w, SLOT(close()));
-                       } else {
+                       } else {
                                qWarning() <<
                                        "Could not prepare signal handler.";
                        }