aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-02-27 14:30:03 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-02-27 14:30:03 +0100
commitb3b27b45e2c89703d8be2a13e3fc099a05189176 (patch)
tree04f779e0a041b29d2d741f67914dbfe56176e3af /lib
parent8f344a78763429fdc5e1c3237ae2a809fb855ed0 (diff)
downloadcqrlogo-b3b27b45e2c89703d8be2a13e3fc099a05189176.tar.gz
cqrlogo-b3b27b45e2c89703d8be2a13e3fc099a05189176.tar.zst
make the MIME header a define
Diffstat (limited to 'lib')
-rw-r--r--lib/libcqrlogo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcqrlogo.h b/lib/libcqrlogo.h
index c5322a2..59ee885 100644
--- a/lib/libcqrlogo.h
+++ b/lib/libcqrlogo.h
@@ -40,7 +40,7 @@ struct cqr_conf {
bool overwrite;
};
-const char * cqr_mimeheader = "Content-Type: image/png\n\n";
+#define CQR_MIMEHEADER "Content-Type: image/png\n\n"
#define CQR_META_COMMENT 0x1
#define CQR_META_REFERER 0x2