sched/migration: Move prepare transition to SCHED_STARTING state
[cascardo/linux.git] / scripts / asn1_compiler.c
index e000f44..c1b7ef3 100644 (file)
@@ -650,7 +650,7 @@ int main(int argc, char **argv)
        }
 
        hdr = fopen(headername, "w");
-       if (!out) {
+       if (!hdr) {
                perror(headername);
                exit(1);
        }