summaryrefslogtreecommitdiffstatshomepage
path: root/src/build/makelist.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/build/makelist.c
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/build/makelist.c')
-rw-r--r--src/build/makelist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/makelist.c b/src/build/makelist.c
index cc24118c488..88d600f3a42 100644
--- a/src/build/makelist.c
+++ b/src/build/makelist.c
@@ -63,7 +63,7 @@ int sort_callback(const void *elem1, const void *elem2)
//-------------------------------------------------
-// parse_file - parse a single file, may be
+// parse_file - parse a single file, may be
// called recursively
//-------------------------------------------------
@@ -143,7 +143,7 @@ int parse_file(const char *srcfile)
parse_file(filename);
continue;
}
-
+
// otherwise treat as a driver name
char drivname[32];
drivname[0] = 0;