turn some comparsions for a better readability; pt. 3

Origin commit data
------------------
Branch: ni/coolstream
Commit: 99bbb95519
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-03-27 (Wed, 27 Mar 2024)

Origin message was:
------------------
- turn some comparsions for a better readability; pt. 3

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2024-03-27 00:10:12 +01:00
parent 57ae2e0df5
commit 5f7e98c4a4
5 changed files with 8 additions and 8 deletions

View File

@@ -530,7 +530,7 @@ void tuxtxt_clear_p26(tstExtData* extData)
for(int i = 0; i < 16; ++i)
{
if(0 != extData->p26[i])
if(extData->p26[i] != 0)
{
memset(extData->p26[i], 0x00, 13 * 3);
}