mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-18 18:01:13 +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],
|
printf ("%p %-6s %-20s", type, ty_meta_name[type.meta],
|
||||||
type.encoding);
|
type.encoding);
|
||||||
if (!type.size) {
|
if (!type.size) {
|
||||||
|
printf ("\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
switch (type.meta) {
|
switch (type.meta) {
|
||||||
|
|
Loading…
Reference in a new issue