From 64d306a3225304eba6c6a248f02ef13f116aa206 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 6 Jul 2022 08:47:52 -0400 Subject: [PATCH] Cleanup. --- pdfio-dict.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdfio-dict.c b/pdfio-dict.c index e15aebd..eaf6268 100644 --- a/pdfio-dict.c +++ b/pdfio-dict.c @@ -1,7 +1,7 @@ // // PDF dictionary functions for PDFio. // -// Copyright © 2021 by Michael R Sweet. +// Copyright © 2021-2022 by Michael R Sweet. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. @@ -748,7 +748,7 @@ pdfioDictSetNull(pdfio_dict_t *dict, // I - Dictionary bool // O - `true` on success, `false` on failure pdfioDictSetNumber(pdfio_dict_t *dict, // I - Dictionary const char *key, // I - Key - double value) // I - Value + double value) // I - Value { _pdfio_value_t temp; // New value