changeset 580:4d12924f9544

Typofix a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jan 2020 21:15:54 +0200
parents c054e5831dfb
children 935ee9a9f631
files th_util.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/th_util.h	Thu Jan 09 21:11:39 2020 +0200
+++ b/th_util.h	Thu Jan 09 21:15:54 2020 +0200
@@ -40,8 +40,7 @@
 #endif
 
 
-// Kludge, as MinGW64 cross-compiler does not like certain
-// printf(
+// Kludge, as MinGW64 cross-compiler does not like certain printf() format specifiers
 #if defined(__MINGW64__)
 #  define TH_ATTR_PRINTF_FMT(xstart, xend)
 #else