diff options
| author | James Morris <james.l.morris@oracle.com> | 2016-04-13 11:06:52 +1000 |
|---|---|---|
| committer | James Morris <james.l.morris@oracle.com> | 2016-04-13 11:06:52 +1000 |
| commit | 58976eef9dc0318ef87bb81a6303b69d941d04bc (patch) | |
| tree | da4ba5ee905e1da35d43e6226d8ea4b3c002adc2 /scripts | |
| parent | 1c74a7f812b135d3df41d7c3671b647aed6467bf (diff) | |
| parent | 952cca6a724c420a1efb6025e41862dfd2c1edc3 (diff) | |
| download | cachepc-linux-58976eef9dc0318ef87bb81a6303b69d941d04bc.tar.gz cachepc-linux-58976eef9dc0318ef87bb81a6303b69d941d04bc.zip | |
Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/asn1_compiler.c | 2 |
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) } hdr = fopen(headername, "w"); - if (!out) { + if (!hdr) { perror(headername); exit(1); } |
