summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-form.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-01-20 14:21:55 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-01-20 16:34:52 +0100
commit8fffb693819323722cd6f8cd94135546bfc39bca (patch)
tree587bb490de8a3a4b825bdcfb767df015454dfe29 /source/pdf/pdf-form.c
parent201388486324758d08ab3b1be4cc0a84b8b1ae9a (diff)
downloadmupdf-8fffb693819323722cd6f8cd94135546bfc39bca.tar.xz
Various formatting cleanups.
Diffstat (limited to 'source/pdf/pdf-form.c')
-rw-r--r--source/pdf/pdf-form.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/pdf/pdf-form.c b/source/pdf/pdf-form.c
index 1f101007..78adf542 100644
--- a/source/pdf/pdf-form.c
+++ b/source/pdf/pdf-form.c
@@ -1294,8 +1294,7 @@ int pdf_choice_widget_options(fz_context *ctx, pdf_document *doc, pdf_widget *tw
for (i = 0; i < n; i++)
{
m = pdf_array_len(ctx, pdf_array_get(ctx, optarr, i));
- /* If it is a two element array, the second item is the one that we want
- if we want the listing value */
+ /* If it is a two element array, the second item is the one that we want if we want the listing value. */
if (m == 2)
if (exportval)
opts[i] = pdf_to_str_buf(ctx, pdf_array_get(ctx, pdf_array_get(ctx, optarr, i), 0));