Commit bc6a7f40 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wscript/tests: Add a '\n' to an ok() call.

parent 75564842
...@@ -272,7 +272,7 @@ static BOOL WINAPI test_enum_proc(HMODULE module, LPCTSTR type, LPSTR name, LONG ...@@ -272,7 +272,7 @@ static BOOL WINAPI test_enum_proc(HMODULE module, LPCTSTR type, LPSTR name, LONG
script_size--; script_size--;
ext = strrchr(name, '.'); ext = strrchr(name, '.');
ok(ext != NULL, "no script extension"); ok(ext != NULL, "no script extension\n");
if(!ext) if(!ext)
return TRUE; return TRUE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment