Skip to content

Commit

Permalink
Merge pull request #194 from lpinca/master
Browse files Browse the repository at this point in the history
Fixes an issue related to a wrong variable type (#182)
  • Loading branch information
tj committed Aug 8, 2012
2 parents 5a5a8e3 + 0204157 commit 1d0e86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/closure.h
Expand Up @@ -16,7 +16,7 @@ typedef struct {
Persistent<Function> pfn;
Handle<Function> fn;
unsigned len;
unsigned max_len;
int16_t max_len;
uint8_t *data;
Canvas *canvas;
cairo_status_t status;
Expand Down

0 comments on commit 1d0e86a

Please sign in to comment.