diff options
author | 2009-12-28 09:04:00 +0000 | |
---|---|---|
committer | 2009-12-28 09:04:00 +0000 | |
commit | bd24fb23c10ca9fbf63e2191dc8e58a87b83b325 (patch) | |
tree | 5ba5c3cffeb38fb8f492e030130268c4bcbafb4d /src/emu/attotime.c | |
parent | 6763b10bf005f0bcd1ba23e440d652b31dcac447 (diff) |
Results of running the latest srcclean.
Diffstat (limited to 'src/emu/attotime.c')
-rw-r--r-- | src/emu/attotime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/attotime.c b/src/emu/attotime.c index 75b15dba4ff..60460d9a50f 100644 --- a/src/emu/attotime.c +++ b/src/emu/attotime.c @@ -18,8 +18,8 @@ GLOBAL VARIABLES ***************************************************************************/ -const attotime attotime_zero = STATIC_ATTOTIME_IN_SEC(0); -const attotime attotime_never = STATIC_ATTOTIME_IN_SEC(ATTOTIME_MAX_SECONDS); +const attotime attotime_zero = STATIC_ATTOTIME_IN_SEC(0); +const attotime attotime_never = STATIC_ATTOTIME_IN_SEC(ATTOTIME_MAX_SECONDS); |