Fixed minor typo

This commit is contained in:
Stefan
2025-07-02 15:59:38 +02:00
committed by GitHub
parent 75d6efeabf
commit ce35a816a6

View File

@@ -4,7 +4,7 @@
* macro was fixed some time after 2.19 to (VER_MAJOR * 0x100) + VER_MINOR.
*
* The following strategy can be used to still compare for less or greater versions,
* should this really be necessary or wanted - it is not recommended afterall.
* should this really be necessary or wanted - it is not recommended after all.
*/
#include <stdio.h>