summaryrefslogtreecommitdiffstats
path: root/ext/syck/emitter.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-22 21:12:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-22 21:12:00 +0000
commit2f4ec78b32201e67d763d3affe85e4b54abf65a5 (patch)
treeb0eaeff5330735aa6e8af7eb63d1f127f1d63da5 /ext/syck/emitter.c
parent8b9f97df4a04bb7080df605133bd74a9a871376a (diff)
downloadruby-2f4ec78b32201e67d763d3affe85e4b54abf65a5.tar.gz
ruby-2f4ec78b32201e67d763d3affe85e4b54abf65a5.tar.xz
ruby-2f4ec78b32201e67d763d3affe85e4b54abf65a5.zip
* ext/syck: suppress warnings more.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/syck/emitter.c')
-rw-r--r--ext/syck/emitter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/syck/emitter.c b/ext/syck/emitter.c
index c9106c5bc..73ff5d7a0 100644
--- a/ext/syck/emitter.c
+++ b/ext/syck/emitter.c
@@ -284,7 +284,7 @@ void
syck_emitter_write( SyckEmitter *e, const char *str, long len )
{
long at;
- ASSERT( str != NULL )
+ ASSERT( str != NULL );
if ( e->buffer == NULL )
{
syck_emitter_clear( e );