diff options
Diffstat (limited to 'streamdeck.c')
-rw-r--r-- | streamdeck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/streamdeck.c b/streamdeck.c index 3269c39..5bdec87 100644 --- a/streamdeck.c +++ b/streamdeck.c @@ -122,7 +122,7 @@ connect() /* We will either to this before or after we initialize the streamdeck struct */ if (resetkeystream(res->hid_handle) != 0) { - + fprintf (stderr, "Failed to reset key stream!\n"); } return res; } |