This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Fix typo in utils.h
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
pull/44/head
Nobuhiro Iwamatsu
12 years ago
parent
e8121ad5ad
commit
c842cc1618
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 __at
t
ribute__((unused))
#
else
#
define UNUSED
#
endif
Write
Preview
Loading…
Cancel
Save