]> andersk Git - libyaml.git/blobdiff - src/emitter.c
fix C++-compat error
[libyaml.git] / src / emitter.c
index 1400df1cc45c0d5e3693eac39c55b060b7c5e677..9dc27cb9a4f58173b853890cd22526ac62dfee46 100644 (file)
@@ -16,7 +16,7 @@
 #define PUT(emitter,value)                                                      \
     (FLUSH(emitter)                                                             \
      && (*(emitter->buffer.pointer++) = (yaml_char_t)(value),                   \
-         emitter->column ++,                                                    \
+         emitter->column++,                                                    \
          1))
 
 /*
This page took 0.032045 seconds and 4 git commands to generate.