fix DEBUG calls
This commit is contained in:
@@ -46,7 +46,7 @@ static u16 * camera_buf = NULL;
|
||||
|
||||
void exit_qr(qr_data *data)
|
||||
{
|
||||
DEBUG("Exiting QR");
|
||||
DEBUG("Exiting QR\n");
|
||||
svcSignalEvent(data->cancel);
|
||||
while(!data->finished)
|
||||
svcSleepThread(1000000);
|
||||
|
||||
Reference in New Issue
Block a user