about summary refs log tree commit diff stats
path: root/src/HTInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTInit.c')
-rw-r--r--src/HTInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTInit.c b/src/HTInit.c
index 76103f28..151863b8 100644
--- a/src/HTInit.c
+++ b/src/HTInit.c
@@ -343,7 +343,7 @@ PRIVATE int ProcessMailcapEntry ARGS2(
     mc->printcommand = NULL;
     mc->contenttype = NULL;
     StrAllocCopy(mc->contenttype, rawentry);
-    mc->quality = 1.0;
+    mc->quality = (float) 1.0;
     mc->maxbytes = 0;
     t = GetCommand(s, &mc->command);
     if (!t) {