mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
wscript/tests: Add a '\n' to an ok() call.
This commit is contained in:
parent
755648421e
commit
bc6a7f40d5
@ -272,7 +272,7 @@ static BOOL WINAPI test_enum_proc(HMODULE module, LPCTSTR type, LPSTR name, LONG
|
||||
script_size--;
|
||||
|
||||
ext = strrchr(name, '.');
|
||||
ok(ext != NULL, "no script extension");
|
||||
ok(ext != NULL, "no script extension\n");
|
||||
if(!ext)
|
||||
return TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user