Add a missing newline in the example
This commit is contained in:
@@ -294,7 +294,7 @@ int main(int argc, char** argv) {
|
||||
*/
|
||||
found = wiiuse_find(wiimotes, MAX_WIIMOTES, 5);
|
||||
if (!found) {
|
||||
printf ("No wiimotes found.");
|
||||
printf ("No wiimotes found.\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user