aboutsummaryrefslogtreecommitdiff
path: root/dw/types.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-01-05 12:33:01 +0100
committerSebastian Geerken <devnull@localhost>2013-01-05 12:33:01 +0100
commitd9f1239bade6a1781ebc5626bbd405ecbe5ff253 (patch)
tree866d008726956d81ad85126b6a397d093883d5a3 /dw/types.cc
parent824cd84f321d358ab878b99cbaaef936823d8c8b (diff)
More debugging stuff.
Diffstat (limited to 'dw/types.cc')
-rw-r--r--dw/types.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/types.cc b/dw/types.cc
index 4835f95b..70433456 100644
--- a/dw/types.cc
+++ b/dw/types.cc
@@ -304,8 +304,8 @@ void Content::print (Content *content)
printf ("<break>");
break;
default:
- printf ("<?>");
- break;
+ printf ("<%d?>", content->type);
+ break;
}
}