Skip to content

Commit

Permalink
Add \n
Browse files Browse the repository at this point in the history
  • Loading branch information
daniliammo committed Jan 11, 2025
1 parent b0c5da3 commit 94bef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Daemon/ydotoold.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ int main(int argc, char **argv) {
perror("failed to fork");
}
} else {
printf("xinput command not found in `%s', not disabling mouser pointer acceleration", xinput_path);
printf("xinput command not found in `%s', not disabling mouser pointer acceleration\n", xinput_path);
}
}

Expand Down

0 comments on commit 94bef59

Please sign in to comment.