Skip to content

Commit

Permalink
Update src/core/jstick.c
Browse files Browse the repository at this point in the history
Co-authored-by: zvova7890 <[email protected]>
  • Loading branch information
punesemu and zvova7890 authored Aug 1, 2024
1 parent 6b66a87 commit e8ab38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/jstick.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void js_guid_create(_js_device *jdev) {
(*(word + 5)) = jdev->usb.product_id - 300;
(*(word + 6)) = jdev->usb.version;
(*(word + 7)) = jdev->usb.version - 400;
#if defined (_linux__)
#if defined (__linux__)
if (ustrlen(jdev->uniq)) {
BYTE *byte = (BYTE *)&word[2];
int idx = 0;
Expand Down

0 comments on commit e8ab38f

Please sign in to comment.