diff options
author | 2011-04-18 00:06:50 +0000 | |
---|---|---|
committer | 2011-04-18 00:06:50 +0000 | |
commit | 486fbfa5554e9bf464b5702c603e54cf290be8dd (patch) | |
tree | 96c9c9fff8975661d9f75e39cd8cf07ebfb6e4df /src/emu/info.h | |
parent | 272871986debf1ce811f7fcbadb67d2544c9dd4e (diff) |
Cleanups again
Diffstat (limited to 'src/emu/info.h')
-rw-r--r-- | src/emu/info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/info.h b/src/emu/info.h index 5fd260d05bf..21e028cb007 100644 --- a/src/emu/info.h +++ b/src/emu/info.h @@ -53,7 +53,7 @@ class info_xml_creator public: // construction/destruction info_xml_creator(driver_enumerator &drivlist); - + // output void output(FILE *out); |