]> sigrok.org Git - libsigrok.git/blobdiff - hardware/alsa/alsa.c
probe names: Fix cosmetics, add docs, fix off-by-one.
[libsigrok.git] / hardware / alsa / alsa.c
index db41072c9739b94a388b0a815ae1a4b6d345f885..527a7e5de49fa992521e61360e403475379f2b78 100644 (file)
@@ -36,7 +36,7 @@ static int capabilities[] = {
        SR_HWCAP_CONTINUOUS,
 };
 
-static const charprobe_names[NUM_PROBES + 1] = {
+static const char *probe_names[NUM_PROBES + 1] = {
        "0",
        "1",
        NULL,