Skip to content

Commit 91145c9

Browse files
YouwCopilot
andauthored
fix console log
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4398a7b commit 91145c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hidtest/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ void print_version_check(void)
488488
printf("Compile-time version matches runtime version of hidapi.\n\n");
489489
}
490490
else {
491-
printf("Compile-time version is different than runtime version of hidapi.\n]n");
491+
printf("Compile-time version is different than runtime version of hidapi.\n\n");
492492
}
493493
}
494494

0 commit comments

Comments
 (0)