changeset 16945:bb7b99324267

core_imfinfo.m: Add missing required endif from changeset 1b3b3ee88284 * scripts/image/private/core_imfinfo.m: Add missing endif.
author Rik <rik@octave.org>
date Wed, 10 Jul 2013 12:41:27 -0700
parents 1b3b3ee88284
children 92f42d9f2ae4
files scripts/image/private/core_imfinfo.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/image/private/core_imfinfo.m	Wed Jul 10 18:18:21 2013 +0100
+++ b/scripts/image/private/core_imfinfo.m	Wed Jul 10 12:41:27 2013 -0700
@@ -57,6 +57,7 @@
           error ("imfinfo: cannot find or download %s: %s", filename, msg);
         endif
         delete_file = true;
+      endif
     endif
 
     info = __magick_finfo__ (fn);