diff options
| author | 2014-11-15 01:49:20 +0100 | |
|---|---|---|
| committer | 2014-11-15 01:49:20 +0100 | |
| commit | 493317356e5b8098071b611a6f9a6c8fcd690bcc (patch) | |
| tree | 374cdc6d190c32d706959a3cd76d535ece5b6f20 /src/lib | |
| parent | 0112b2d2f90310d5d7babacb0c8f58603f44c662 (diff) | |
fix compile
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/util/plaparse.c | 2 |
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; } |
