mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
Ensure \n gets printed for the null type.
This commit is contained in:
parent
48821f379f
commit
dd03678a74
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ test_types (void)
|
|||
printf ("%p %-6s %-20s", type, ty_meta_name[type.meta],
|
||||
type.encoding);
|
||||
if (!type.size) {
|
||||
printf ("\n");
|
||||
continue;
|
||||
}
|
||||
switch (type.meta) {
|
||||
|
|
Loading…
Reference in a new issue