sr: sigrok.h.in: Set SR_HWCAP_DUMMY to 0 explicitly.

This commit is contained in:
Uwe Hermann 2012-01-28 19:42:04 +01:00
parent 660ef7d730
commit fb93625d1a
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ struct sr_probe {
/* Hardware plugin capabilities */
enum {
SR_HWCAP_DUMMY, /* Used to terminate lists */
SR_HWCAP_DUMMY = 0, /* Used to terminate lists. Must be 0! */
/*--- Device classes ------------------------------------------------*/