X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=type_decoder.c;fp=type_decoder.c;h=0a92a45df7b1510c98ede2c226779cf8d667c435;hp=38e0a036c4bdba081b6e4e8c95aec50f4063393f;hb=487890c822762d9886dfd022ed599c9909ceaab9;hpb=7337906cd06569485cbb88ff837b1cfce29cfd48 diff --git a/type_decoder.c b/type_decoder.c index 38e0a03..0a92a45 100644 --- a/type_decoder.c +++ b/type_decoder.c @@ -33,7 +33,7 @@ typedef struct { /* This is only used for nicer srd_dbg() output. */ SRD_PRIV const char *output_type_name(unsigned int idx) { - static const char names[][16] = { + static const char *names[] = { "OUTPUT_ANN", "OUTPUT_PYTHON", "OUTPUT_BINARY",