Browse Source

Merge branch 'patch-1' of https://github.com/wojdyr/stb

Sean Barrett 7 years ago
parent
commit
e5946524d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      stb_sprintf.h

+ 1 - 1
stb_sprintf.h

@@ -928,7 +928,7 @@ STBSP__PUBLICDEF int STB_SPRINTF_DECORATE(vsprintfcb)(STBSP_SPRINTFCB *callback,
          fl |= (sizeof(void *) == 8) ? STBSP__INTMAX : 0;
          fl |= (sizeof(void *) == 8) ? STBSP__INTMAX : 0;
          pr = sizeof(void *) * 2;
          pr = sizeof(void *) * 2;
          fl &= ~STBSP__LEADINGZERO; // 'p' only prints the pointer with zeros
          fl &= ~STBSP__LEADINGZERO; // 'p' only prints the pointer with zeros
-                                    // drop through to X
+                                    // fall through - to X
 
 
       case 'X': // upper hex
       case 'X': // upper hex
       case 'x': // lower hex
       case 'x': // lower hex