aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-02-27 14:50:32 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-02-27 14:50:32 +0100
commit3c688a322a637e63fd274f1a01ad7a5ca13dc78e (patch)
tree9dead2beba3466d684c9f9d350e4406a61a0ddf3
parent0a707f7a5597f4235e7da973d5496ade228cda3c (diff)
downloadcqrlogo-3c688a322a637e63fd274f1a01ad7a5ca13dc78e.tar.gz
cqrlogo-3c688a322a637e63fd274f1a01ad7a5ca13dc78e.tar.zst
update documentation0.5.0
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b1c743a..fa57634 100644
--- a/README.md
+++ b/README.md
@@ -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) {