]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/fx2lafw/protocol.c
Various fixes/updates to make the driver compile.
[libsigrok.git] / src / hardware / fx2lafw / protocol.c
index e12fd0bd5a988ee210d3cb170fc59cdbd835c687..bd0d4fb89e69e2ce1b6ab464a5c1cc18d087d2b0 100644 (file)
@@ -140,7 +140,7 @@ SR_PRIV int fx2lafw_command_start_acquisition(const struct sr_dev_inst *sdi)
  * Check the USB configuration to determine if this is an fx2lafw device.
  *
  * @return TRUE if the device's configuration profile matches fx2lafw
- * configuration, FALSE otherwise.
+ *         configuration, FALSE otherwise.
  */
 SR_PRIV gboolean match_manuf_prod(libusb_device *dev, const char *manufacturer,
                const char *product)