summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2014-09-04 18:42:49 +0200
committerVicent Marti <tanoku@gmail.com>2014-09-09 03:39:16 +0200
commit647b15968c95ec268d6d728eea73756c7ba648a8 (patch)
tree3b30eb0821ee23197f643cbc87170e998a690ade /src/print.c
parent543c2c94d71adee42c7bd2f8027d75c87ed8120d (diff)
Rename inl
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 832ad4f..63f63c8 100644
--- a/src/print.c
+++ b/src/print.c
@@ -117,7 +117,7 @@ extern void print_blocks(block* b, int indent)
}
// Prettyprint an inline list, for debugging.
-extern void print_inlines(inl* ils, int indent)
+extern void print_inlines(struct inl* ils, int indent)
{
while(ils != NULL) {
for (int i=0; i < indent; i++) {