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

This commit is contained in:
Francois Gouget 2011-03-05 11:50:42 +01:00 committed by Alexandre Julliard
parent 755648421e
commit bc6a7f40d5
1 changed files with 1 additions and 1 deletions

View File

@ -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;