diff scripts/image/imformats.m @ 21634:96518f623c91

Backed out changeset dcf8922b724b
author Mike Miller <mtmiller@octave.org>
date Wed, 20 Apr 2016 11:06:03 -0700
parents dcf8922b724b
children b571fc85953f
line wrap: on
line diff
--- a/scripts/image/imformats.m	Wed Apr 20 17:53:10 2016 +0200
+++ b/scripts/image/imformats.m	Wed Apr 20 11:06:03 2016 -0700
@@ -311,7 +311,7 @@
 
   descriptions = {formats.description};
   table = cat (2, extensions(:), yes_no_cols, descriptions(:));
-  fprintf ([template "\n"], table'{:});
+  printf ([template "\n"], table'{:});
 
 endfunction