aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/asn1_compiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/asn1_compiler.c')
-rw-r--r--scripts/asn1_compiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/asn1_compiler.c b/scripts/asn1_compiler.c
index e000f44e37b8..c1b7ef3e24c1 100644
--- a/scripts/asn1_compiler.c
+++ b/scripts/asn1_compiler.c
@@ -650,7 +650,7 @@ int main(int argc, char **argv)
650 } 650 }
651 651
652 hdr = fopen(headername, "w"); 652 hdr = fopen(headername, "w");
653 if (!out) { 653 if (!hdr) {
654 perror(headername); 654 perror(headername);
655 exit(1); 655 exit(1);
656 } 656 }