regtests: more fixes for Windows

This commit is contained in:
Stéphane Lesimple
2020-08-25 14:28:15 +02:00
parent d8e0dab436
commit 8298d78e04
3 changed files with 33 additions and 4 deletions

View File

@@ -264,7 +264,7 @@ DeviceHandle* OpenDevice(char *device)
dh = open_spti_device(Closure->device);
if(!dh)
{ Stop(_("\nCould not open device %s."), device);
{ Stop(_("Could not open device %s."), device);
return NULL;
}
}