diff libinterp/dldfcn/__osmesa_print__.cc @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents f4d7d0eb5b0c
children 112b20240c87
line wrap: on
line diff
--- a/libinterp/dldfcn/__osmesa_print__.cc	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/dldfcn/__osmesa_print__.cc	Thu May 19 18:48:52 2016 -0700
@@ -188,7 +188,7 @@
 
       // Remove alpha channel
       idx(2) = idx_vector (0, 3);
-      retval = octave_value (img.permute (perm). index(idx));
+      retval = octave_value (img.permute (perm).index(idx));
     }
 
   OSMesaDestroyContext (ctx);