diff options
Diffstat (limited to 'cccl.c')
| -rw-r--r-- | cccl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cccl.c b/cccl.c index cd952d1..c574a87 100644 --- a/cccl.c +++ b/cccl.c @@ -17,5 +17,5 @@ void cccl(struct cccl_File file) struct cccl_Variables scope = {0}; cccl_execute(parsed, &scope, 0); if (dump) - cccl_dump(); + cccl_dump(stdout); } |