diff options
Diffstat (limited to 'src/mess/machine/pc.c')
| -rw-r--r-- | src/mess/machine/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/pc.c b/src/mess/machine/pc.c index cbbe5891bec..2cc69ebf736 100644 --- a/src/mess/machine/pc.c +++ b/src/mess/machine/pc.c @@ -56,7 +56,7 @@ #define DBG_LOG(N,M,A) \ do { \ - if(VERBOSE_DBG>=N) \ + if(VERBOSE_DBG>=N) \ { \ if( M ) \ logerror("%11.6f at %s: %-24s",machine().time().as_double(),machine().describe_context(),(char*)M ); \ |
