diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2013-11-04 11:36:05 -0800 |
---|---|---|
committer | Michael Vrhel <michael.vrhel@artifex.com> | 2013-11-04 11:36:05 -0800 |
commit | d6b312aa86bb78faeb0bf430464a494d1113a62c (patch) | |
tree | 674ad1d874b4ab8aa86379656fabe5b53c45fec2 /platform/winrt/mupdfwinrt/muctx.h | |
parent | 7867807a8471af734820fbbaf6d3dbeee4add9eb (diff) | |
download | mupdf-d6b312aa86bb78faeb0bf430464a494d1113a62c.tar.xz |
Fix of tab/space issues as well as changing thumbnail scale look ahead to +/- 2. Thanks to Robin for catching this.
Diffstat (limited to 'platform/winrt/mupdfwinrt/muctx.h')
-rw-r--r-- | platform/winrt/mupdfwinrt/muctx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/winrt/mupdfwinrt/muctx.h b/platform/winrt/mupdfwinrt/muctx.h index cce78a29..cfaa1cae 100644 --- a/platform/winrt/mupdfwinrt/muctx.h +++ b/platform/winrt/mupdfwinrt/muctx.h @@ -19,7 +19,7 @@ using namespace Platform; /* For String */ using namespace Windows::Foundation; /* For Point */ /* These are the std objects used to interface to muctx. We do use windows - String and Point types however */ + String and Point types however */ /* Links */ typedef struct document_link_s |