summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/src2html.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2012-01-08 14:41:35 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2012-01-08 14:41:35 +0000
commitfbd35ee85a52a195a99d4a8e8aeabbabb21ef39d (patch)
tree69535aa5bdcb6a64719e51c4be495adeb37430d9 /src/tools/src2html.c
parentf2e639761745c7a05a39f17e45f2a4811fc6f71c (diff)
Cleanups and version bumpmame0144u5
Diffstat (limited to 'src/tools/src2html.c')
-rw-r--r--src/tools/src2html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/src2html.c b/src/tools/src2html.c
index 7cf620cfc47..7ac8b9bd5a2 100644
--- a/src/tools/src2html.c
+++ b/src/tools/src2html.c
@@ -94,7 +94,7 @@ struct token_entry
struct include_path
{
include_path * next;
- astring path;
+ astring path;
};