summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2014-11-15 01:49:20 +0100
committer hap <happppp@users.noreply.github.com>2014-11-15 01:49:20 +0100
commit493317356e5b8098071b611a6f9a6c8fcd690bcc (patch)
tree374cdc6d190c32d706959a3cd76d535ece5b6f20 /src/lib
parent0112b2d2f90310d5d7babacb0c8f58603f44c662 (diff)
fix compile
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util/plaparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/plaparse.c b/src/lib/util/plaparse.c
index 1582f29af81..65c84b04f09 100644
--- a/src/lib/util/plaparse.c
+++ b/src/lib/util/plaparse.c
@@ -183,7 +183,7 @@ static void process_field(jed_data *data, const UINT8 *cursrc, const UINT8 *srce
// end of file
case 'e':
- printf("End of file\n");
+ if (LOG_PARSE) printf("End of file\n");
break;
}