diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-05-16 16:13:48 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-05-16 19:26:00 +0100 |
commit | 510eb5217cac45c4009e287ede6aa92fbfb8b93d (patch) | |
tree | 7c9e3b9fab10820054a68f6a70f4d1b4807e19cf /fitz | |
parent | 973a751daebd4ead092d6d05a1688a0077c5e2e9 (diff) | |
download | mupdf-510eb5217cac45c4009e287ede6aa92fbfb8b93d.tar.xz |
Miscellaneous tidying.
Remove stray win32 changes. Update indentation style.
Diffstat (limited to 'fitz')
-rw-r--r-- | fitz/base_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/base_time.c b/fitz/base_time.c index c0d6a8c0..3b625ec0 100644 --- a/fitz/base_time.c +++ b/fitz/base_time.c @@ -1,4 +1,4 @@ -#if defined(_WIN32) +#ifdef _WIN32 #include <time.h> #ifndef METRO |