瀏覽代碼

Fix typo in utils.h

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
pull/44/head
Nobuhiro Iwamatsu 12 年之前
父節點
當前提交
c842cc1618
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      c_src/double-conversion/utils.h

+ 1
- 1
c_src/double-conversion/utils.h 查看文件

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

Loading…
取消
儲存