Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion KeyGrabber.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

JNIEXPORT void JNICALL Java_KeyGrabber_listen(JNIEnv *env, jobject obj)
{
printf("Starting to listen to Key F3\n");
printf("\nStarting to listen to Key F3\n");
jclass cls = (*env)->FindClass(env, "KeyGrabber");
if(cls == NULL)
{
Expand Down