Przeglądaj źródła

Fix typo in utils.h

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
pull/44/head
Nobuhiro Iwamatsu 12 lat temu
rodzic
commit
c842cc1618
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      c_src/double-conversion/utils.h

+ 1
- 1
c_src/double-conversion/utils.h Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz