commit | 9a62491660e4d432282149652a305b7e559e2993 | [log] [tgz] |
---|---|---|
author | Vincent BĂ©ron <vberon@mecano.gme.usherb.ca> | Fri May 31 23:06:46 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri May 31 23:06:46 2002 +0000 |
tree | a13d03164268fe396ae99d40e5eaf0ec5714527d | |
parent | 332d62ba108ff5d33ae1007f16eb3e2a94efd839 [diff] [blame] |
Removed trailing whitespace.
diff --git a/miscemu/main.c b/miscemu/main.c index e248d8a..e216859 100644 --- a/miscemu/main.c +++ b/miscemu/main.c
@@ -62,7 +62,7 @@ } MESSAGE( "%s: can't exec '%s': ", argv0, GetCommandLineA() ); - switch (instance) + switch (instance) { case 2: MESSAGE("file not found\n" ); break; case 11: MESSAGE("invalid exe file\n" ); break;