diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2008-03-08 17:25:56 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2008-03-08 17:25:56 +0100 |
commit | e921e12bcfa3a343eac5e4b7ba3f2566f5eff49f (patch) | |
tree | 5ccf283bb19bb0f45c6a7ce66a00eeb395fa0817 /stream/obj_parse.c | |
parent | fce08043c7b939ecefb44e22852513b4d60f3ac4 (diff) | |
download | mupdf-e921e12bcfa3a343eac5e4b7ba3f2566f5eff49f.tar.xz |
Whitespace fixes.
Diffstat (limited to 'stream/obj_parse.c')
-rw-r--r-- | stream/obj_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/obj_parse.c b/stream/obj_parse.c index bd8133a2..73b761cb 100644 --- a/stream/obj_parse.c +++ b/stream/obj_parse.c @@ -285,7 +285,7 @@ static fz_error *parsehexstring(fz_obj **obj, char **sp) *p++ = fromhex(a) * 16 + fromhex(b); } - + *sp = s; return fz_newstring(obj, buf, p - buf); } |