cleaning up old compressor names
authorMatthew Endsley <mendsley@gmail.com>
Mon, 14 May 2012 02:21:18 +0000 (19:21 -0700)
committerMatthew Endsley <mendsley@gmail.com>
Mon, 14 May 2012 08:04:25 +0000 (01:04 -0700)
bsdiff.c

index a44f976..66ab64e 100644 (file)
--- a/bsdiff.c
+++ b/bsdiff.c
@@ -46,7 +46,7 @@ struct bsdiff_stream
 
        void* (*malloc)(size_t size);
        void (*free)(void* ptr);
-       int (*write)(struct bsdiff_stream* compresor, const void* buffer, int size);
+       int (*write)(struct bsdiff_stream* stream, const void* buffer, int size);
        int (*finish)(struct bsdiff_stream* stream);
 };