diff options
author | Christian Hesse <mail@eworm.de> | 2014-02-27 14:30:03 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-02-27 14:30:03 +0100 |
commit | b3b27b45e2c89703d8be2a13e3fc099a05189176 (patch) | |
tree | 04f779e0a041b29d2d741f67914dbfe56176e3af /cqrlogo.c | |
parent | 8f344a78763429fdc5e1c3237ae2a809fb855ed0 (diff) | |
download | cqrlogo-b3b27b45e2c89703d8be2a13e3fc099a05189176.tar.gz cqrlogo-b3b27b45e2c89703d8be2a13e3fc099a05189176.tar.zst |
make the MIME header a define
Diffstat (limited to 'cqrlogo.c')
-rw-r--r-- | cqrlogo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ int main(int argc, char **argv) { } /* 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) { |