summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/vconv.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-12-24 07:24:51 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-12-24 07:24:51 +0000
commitca546caa6e2932e504d020fb80b6cc0e8665cea9 (patch)
treeaa9f12d46b8088c24d1ff5322d0808c0aacce42c /src/osd/windows/vconv.c
parentefaac9818f3f4511f7ad5201fcfe3bbd22c007a4 (diff)
Cleanups and version bumpmame0152
Diffstat (limited to 'src/osd/windows/vconv.c')
-rw-r--r--src/osd/windows/vconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/vconv.c b/src/osd/windows/vconv.c
index 9ea78a72bc8..b2ab34ae822 100644
--- a/src/osd/windows/vconv.c
+++ b/src/osd/windows/vconv.c
@@ -318,7 +318,7 @@ static void build_command_line(int argc, char *argv[])
else if (!strcmp(argv[1], "ar"))
{
transtable = ar_translate;
-
+
if (!icl_compile)
{
executable = "link.exe";