diff scripts/time/datetick.m @ 11294:e2a4f3478b7c

datetick.m: add missing semicolon
author John W. Eaton <jwe@octave.org>
date Thu, 25 Nov 2010 02:18:58 -0500
parents fe3c3dfc07eb
children 1740012184f9
line wrap: on
line diff
--- a/scripts/time/datetick.m
+++ b/scripts/time/datetick.m
@@ -125,7 +125,7 @@
   endif
 
   if (keepticks)
-    ticks = get (gca (), strcat (ax, "tick"))
+    ticks = get (gca (), strcat (ax, "tick"));
   else
     ## Need to do our own axis tick position calculation as
     ## year, etc, don't fallback on nice datenum values.