diff options
author | 2009-06-08 05:43:50 +0000 | |
---|---|---|
committer | 2009-06-08 05:43:50 +0000 | |
commit | ce83de86a8c88053081d9f5cb8c6b83baf606fb9 (patch) | |
tree | 7729630ed967f79cecd7da3229a2c0e4675d6e60 /src/emu/watchdog.c | |
parent | e7f6662790f67c60b26e93272d3d9c534fad4799 (diff) |
The other larger patch adds missing static and const qualifiers, and
fixes up some header files. In particular, I adjusted const char
*DEVTEMPLATE_SOURCE = __FILE__ to const char DEVTEMPLATE_SOURCE[] =
__FILE__ which makes it actually const and saves a little memory.
[Atari Ace]
Diffstat (limited to 'src/emu/watchdog.c')
-rw-r--r-- | src/emu/watchdog.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/watchdog.c b/src/emu/watchdog.c index b505072149d..b218c19988e 100644 --- a/src/emu/watchdog.c +++ b/src/emu/watchdog.c @@ -1,6 +1,6 @@ /*************************************************************************** - watchdog.h + watchdog.c Watchdog handling @@ -13,7 +13,6 @@ - /*************************************************************************** GLOBAL VARIABLES ***************************************************************************/ |