# HG changeset patch # User Matti Hamalainen # Date 1578597354 -7200 # Node ID 4d12924f9544fa6573a2fb320e6a51aae86581a9 # Parent c054e5831dfb0816178ca0fd230fa3f350b3e4e1 Typofix a comment. diff -r c054e5831dfb -r 4d12924f9544 th_util.h --- 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