Mac and Linux SDL2 binary snapshots
Edward Rudd
2020-05-02 03f8528315fa46c95991a34f3325d7b33ae5538c
source/src/hidapi/linux/hid.c
@@ -18,7 +18,7 @@
 files located at the root of the source distribution.
 These files may also be found in the public source
 code repository located at:
        http://github.com/signal11/hidapi .
        https://github.com/libusb/hidapi .
********************************************************/
#include "../../SDL_internal.h"
@@ -547,7 +547,7 @@
         struct hid_device_info *tmp;
         /* VID/PID match. Create the record. */
         tmp = (struct hid_device_info *)malloc(sizeof(struct hid_device_info));
         tmp = (struct hid_device_info *)calloc(1, sizeof(struct hid_device_info));
         if (cur_dev) {
            cur_dev->next = tmp;
         }