diff options
author | Christian Hesse <mail@eworm.de> | 2014-02-27 14:50:32 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-02-27 14:50:32 +0100 |
commit | 3c688a322a637e63fd274f1a01ad7a5ca13dc78e (patch) | |
tree | 9dead2beba3466d684c9f9d350e4406a61a0ddf3 | |
parent | 0a707f7a5597f4235e7da973d5496ade228cda3c (diff) | |
download | cqrlogo-3c688a322a637e63fd274f1a01ad7a5ca13dc78e.tar.gz cqrlogo-3c688a322a637e63fd274f1a01ad7a5ca13dc78e.tar.zst |
update documentation0.5.0
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ your custom needs. This is minimal sample source code: } /* print HTTP header */ - fputs(cqr_mimeheader, stdout); + fputs(CQR_MIMEHEADER, stdout); /* write PNG data to stdout */ if (fwrite(png->buffer, png->size, 1, stdout) != 1) { |