From 0805c1add0e3fc951d16c27d3837bc5123842303 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 21 Dec 2016 17:41:59 +0100 Subject: Strip extraneous blank lines. --- source/fitz/string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/fitz/string.c') diff --git a/source/fitz/string.c b/source/fitz/string.c index e9d8b086..e406cb03 100644 --- a/source/fitz/string.c +++ b/source/fitz/string.c @@ -183,7 +183,6 @@ fz_format_output_path(fz_context *ctx, char *path, size_t size, const char *fmt, while (i > 0) path[n++] = num[--i]; fz_strlcpy(path + n, p, size - n); - } #define SEP(x) ((x)=='/' || (x) == 0) -- cgit v1.2.3