changed output to be non-cascarding when using -n switch
[yaz-moved-to-github.git] / src / ber_bit.c
index 39bf989..211fa4e 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 1995-2005, Index Data ApS
+ * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: ber_bit.c,v 1.3 2005-01-15 19:47:11 adam Exp $
+ * $Id: ber_bit.c,v 1.5 2007-01-03 08:42:15 adam Exp $
  */
 
 /** 
@@ -82,3 +82,11 @@ int ber_bitstring(ODR o, Odr_bitmask *p, int cons)
         return 0;
     }
 }
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+