]> sigrok.org Git - libsigrok.git/blobdiff - hardware/alsa/api.c
Shorten probe_names[] arrays everywhere.
[libsigrok.git] / hardware / alsa / api.c
index 77025c1344bdbba444f88ddc3406b2c3f01e1176..a73bfefaec6fc488b2e3e52b37e9b26a6aba7b5f 100644 (file)
@@ -41,8 +41,7 @@ static const int hwcaps[] = {
 };
 
 static const char *probe_names[] = {
-       "Channel 0",
-       "Channel 1",
+       "Channel 0", "Channel 1",
        NULL,
 };