diff options
Diffstat (limited to 'dw/types.cc')
-rw-r--r-- | dw/types.cc | 4 |
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; } } |