Skip to content

Commit 9228568

Browse files
committed
more... -_-
1 parent e4212b8 commit 9228568

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lambda.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,11 @@ int main(int argc, char **argv) {
668668
source.keylength = strlen(source.keyword);
669669

670670
if (output) {
671-
outfile = fopen(output, "w");
672-
if (!outfile) {
673-
fprintf(stderr, "failed to open file %s: %s\n", output, strerror(errno));
674-
return 1;
675-
}
671+
outfile = fopen(output, "w");
672+
if (!outfile) {
673+
fprintf(stderr, "failed to open file %s: %s\n", output, strerror(errno));
674+
return 1;
675+
}
676676
}
677677
generate(outfile, &source);
678678
if (outfile != stdout)

0 commit comments

Comments
 (0)