diff options
Diffstat (limited to 'src/libstddjb/genwrite_flush_bufalloc.c')
-rw-r--r-- | src/libstddjb/genwrite_flush_bufalloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstddjb/genwrite_flush_bufalloc.c b/src/libstddjb/genwrite_flush_bufalloc.c index 6383246..44832c7 100644 --- a/src/libstddjb/genwrite_flush_bufalloc.c +++ b/src/libstddjb/genwrite_flush_bufalloc.c @@ -5,6 +5,5 @@ int genwrite_flush_bufalloc (void *target) { - register bufalloc *ba = target ; - return bufalloc_flush(ba) ; + return bufalloc_flush((bufalloc *)target) ; } |