removing the XSLT filter from the build, only keeping the ALVIS filter
[idzebra-moved-to-github.git] / recctrl / inline.c
index d921715..30c04d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    $Id: inline.c,v 1.3 2003-11-09 11:49:49 oleg Exp $
+    $Id: inline.c,v 1.6 2006-05-10 08:13:28 adam Exp $
 */
 #include <stdio.h>
 #include <string.h>
@@ -123,3 +123,11 @@ int inline_parse(inline_field *pif, const char *tag, const char *s)
     }
     return 0;
 }
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+