Inicializa membro da estrutura de rendimentos isentos.
[cascardo/declara.git] / lib / isento.c
index fd8f925..114c540 100644 (file)
@@ -104,6 +104,7 @@ static struct isento * isento_new(char **args, int argc)
        int r = 0;
        isento = malloc(sizeof(*isento));
 
+       isento->exclusivo = 0;
        if (!strcmp(args[0], "exclusivo")) {
                isento->exclusivo = 1;
        }