grOGL3.c: font, The left operand of '==' is a garbage value

SonarCloud
The left operand of '==' is a garbage value
https://sonarcloud.io/project/issues?open=AZJB160qNGfDNup0Riv4&id=dlmiles_magic
This commit is contained in:
Darryl L. Miles 2024-10-04 20:26:34 +01:00 committed by Tim Edwards
parent 55413d6b3a
commit 56317e6583
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ GrOGLTextSize(text, size, r)
font = grXLargeFont;
break;
default:
font = NULL;
TxError("%s%d\n", "GrOGLTextSize: Unknown character size ",
size );
break;