]> granicus.if.org Git - sudo/commitdiff
Fix compilation error with older Sun Studio compilers.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 24 Apr 2018 22:40:16 +0000 (16:40 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 24 Apr 2018 22:40:16 +0000 (16:40 -0600)
plugins/sudoers/cvtsudoers_json.c

index ea3954c56995113c1287da0990093062a4910dd0..504e80affd57a6c7506fc3e4006d66d57c70cf64 100644 (file)
@@ -512,7 +512,7 @@ static void
 print_member_json(FILE *fp, struct member *m, enum word_type word_type,
     bool last_one, int indent, bool expand_aliases)
 {
-    return print_member_json_int(fp, m->name, m->type, m->negated, word_type,
+    print_member_json_int(fp, m->name, m->type, m->negated, word_type,
        last_one, indent, expand_aliases);
 }