changeset 23570:10248986f14c

* getframe.m: Omit comma in %!testif line
author John W. Eaton <jwe@octave.org>
date Fri, 09 Jun 2017 14:06:41 -0400
parents 112676e86ea3
children b6144e6dda9e
files scripts/image/getframe.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/image/getframe.m	Fri Jun 09 13:10:15 2017 -0700
+++ b/scripts/image/getframe.m	Fri Jun 09 14:06:41 2017 -0400
@@ -156,7 +156,7 @@
 %! image (frame.cdata);
 %! title ("Lower left hand corner");
 
-%!testif HAVE_OSMESA, <44338>
+%!testif HAVE_OSMESA <44338>
 %! hf = figure ("visible", "off");
 %! unwind_protect
 %!   pos = get (hf, "position");
@@ -165,7 +165,7 @@
 %!   close (hf);
 %! end_unwind_protect
 
-%!testif HAVE_OSMESA, <44338>
+%!testif HAVE_OSMESA <44338>
 %! hf = figure ("visible", "off");
 %! unwind_protect
 %!   hax = axes ("visible", "off", "position", [0 0 1 1]);