Browse Source

Fix typo in utils.h

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
pull/44/merge
Nobuhiro Iwamatsu 12 years ago
committed by Paul J. Davis
parent
commit
e25768b021
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      c_src/double-conversion/utils.h

+ 1
- 1
c_src/double-conversion/utils.h View File

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

Loading…
Cancel
Save