[Xts-commits] r755 - pkg/xts/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 16 03:05:55 CET 2013


Author: edd
Date: 2013-01-16 03:05:54 +0100 (Wed, 16 Jan 2013)
New Revision: 755

Modified:
   pkg/xts/src/init.c
Log:
o  added missing semicolon


Modified: pkg/xts/src/init.c
===================================================================
--- pkg/xts/src/init.c	2013-01-16 01:58:33 UTC (rev 754)
+++ pkg/xts/src/init.c	2013-01-16 02:05:54 UTC (rev 755)
@@ -70,7 +70,7 @@
   RegisterXTS(do_rbind_xts);
   RegisterXTS(naCheck);
   RegisterXTS(coredata_xts);
-  RegisterXTS(lagXts)
+  RegisterXTS(lagXts);
 
   /* used by xts (functions moved from xts to zoo) */
   zoo_lag = (SEXP(*)(SEXP,SEXP,SEXP)) R_GetCCallable("zoo","zoo_lag");



More information about the Xts-commits mailing list