summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-01-11 22:24:53 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-01-11 22:24:53 +0100
commit0415e5cb37b55940fa253baaccf6dd9131f2b6b7 (patch)
tree8d37ebc6bf3fda408298512a0f26e3ae275b2521 /ios
parent96b8920028fe35eefd8ea63ef8ca3fca70997fe8 (diff)
downloadmupdf-0415e5cb37b55940fa253baaccf6dd9131f2b6b7.tar.xz
Stylistic comment and whitespace fixes.
Diffstat (limited to 'ios')
-rw-r--r--ios/document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/document.c b/ios/document.c
index cb392c12..066f5209 100644
--- a/ios/document.c
+++ b/ios/document.c
@@ -3,7 +3,7 @@
#include "xps/muxps.h"
#include "document.h"
-#include <ctype.h> // for tolower()
+#include <ctype.h> /* for tolower() */
struct document *
open_document(fz_context *ctx, char *filename)