[open-ils-commits] r11547 - trunk/Open-ILS/src/c-apps

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Dec 14 16:43:55 EST 2008


Author: miker
Date: 2008-12-14 16:43:51 -0500 (Sun, 14 Dec 2008)
New Revision: 11547

Modified:
   trunk/Open-ILS/src/c-apps/oils_cstore.c
Log:
fixing warning on #endif syntax

Modified: trunk/Open-ILS/src/c-apps/oils_cstore.c
===================================================================
--- trunk/Open-ILS/src/c-apps/oils_cstore.c	2008-12-14 21:41:22 UTC (rev 11546)
+++ trunk/Open-ILS/src/c-apps/oils_cstore.c	2008-12-14 21:43:51 UTC (rev 11547)
@@ -117,7 +117,7 @@
 	method_str = buffer_data(method_name);
 	osrfAppRegisterMethod( MODULENAME, method_str, "doJSONSearch", "", 1, OSRF_METHOD_STREAMING );
 	free(method_str);
-#endif;
+#endif
 
 	// first we register all the transaction and savepoint methods
 	buffer_reset(method_name);



More information about the open-ils-commits mailing list