minor style fix in bytevectors.c
authorAndy Wingo <wingo@pobox.com>
Fri, 29 Jul 2011 07:11:24 +0000 (09:11 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 29 Jul 2011 07:11:24 +0000 (09:11 +0200)
commit3b08b1c24df6d89645e0d1633dac0c4a7b160e6b
treeac53505f3c6ccd6f1b4b3adbe36704176bf90417
parent2700aa43f21d927fb208b6779a07c8f63d91c27e
minor style fix in bytevectors.c

* libguile/bytevectors.c (SCM_BYTEVECTOR_HEADER_BYTES): Use sizeof
  scm_t_bits, not sizeof SCM.  It's the same, but it seems like the
  right thing.
libguile/bytevectors.c