ANDROID: Fix comment

For coherence sake
This commit is contained in:
Le Philousophe 2023-01-08 15:56:45 +01:00
parent f939e442bb
commit a465718c24
7 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@
// which gets messed up by our override mechanism; this could
// be avoided by either changing the Android SDK to use the equally
// legal and valid
// __attribute__ ((format(printf, 3, 4)))
// __attribute__ ((format(__printf__, 3, 4)))
// or by refining our printf override to use a varadic macro
// (which then wouldn't be portable, though).
// Anyway, for now we just disable the printf override globally