X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/dcfbdfd1956632885fbec1076408ccca18481fcf..4a0bd6b9ac92e6a63f0d196affd3fcf7aaf32b0a:/src/am7xxx.c diff --git a/src/am7xxx.c b/src/am7xxx.c index 56f5bdc..5b1e35a 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -790,7 +790,7 @@ out: AM7XXX_PUBLIC int am7xxx_init(am7xxx_context **ctx) { - int ret = 0; + int ret; *ctx = malloc(sizeof(**ctx)); if (*ctx == NULL) {