Index: ossp-pkg/sio/al.c RCS File: /v/ossp/cvs/ossp-pkg/sio/Attic/al.c,v rcsdiff -q -kk '-r1.26' '-r1.27' -u '/v/ossp/cvs/ossp-pkg/sio/Attic/al.c,v' 2>/dev/null --- al.c 2002/10/18 12:41:20 1.26 +++ al.c 2002/10/18 14:12:11 1.27 @@ -82,8 +82,8 @@ char *mem; /* reference to underlying chunk of data */ size_t size; /* size of underlying chunk of data */ int usecount; /* reference count (from al_chunk_t) */ - void (*freemem)(char *p, size_t n, void *u); /* callback function to reclaim memory when it is no longer referenced */ - void *userdata; /* arbitrary pointer to pass context data to the callback function */ + void (*freemem)(char *p, size_t n, void *u); /* callback function to reclaim memory when it is no longer referenced */ + void *userdata; /* arbitrary pointer to pass context data to the callback function */ }; struct al_tx_st {