diff --git a/examples/doc/quick_start_example1.c b/examples/doc/quick_start_example1.c index 09f3e3a..3c6f5d2 100644 --- a/examples/doc/quick_start_example1.c +++ b/examples/doc/quick_start_example1.c @@ -49,7 +49,7 @@ pnd = nfc_open(context, NULL); if (pnd == NULL) { - printf("ERROR: %s", "Unable to open NFC device."); + printf("ERROR: %s\n", "Unable to open NFC device."); exit(EXIT_FAILURE); } // Set opened NFC device to initiator mode