Selaa lähdekoodia

Fix typo in utils.h

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
pull/44/head
Nobuhiro Iwamatsu 12 vuotta sitten
vanhempi
commit
c842cc1618
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      c_src/double-conversion/utils.h

+ 1
- 1
c_src/double-conversion/utils.h Näytä tiedosto

@ -300,7 +300,7 @@ class StringBuilder {
//
#if defined(__GCC__)
#define UNUSED __atribute__((unused))
#define UNUSED __attribute__((unused))
#else
#define UNUSED
#endif

Ladataan…
Peruuta
Tallenna