Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164497
b: refs/heads/master
c: 27258e4
h: refs/heads/master
i:
  164495: ec6c470
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Sep 22, 2009
1 parent f63d6a2 commit 99ee6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f543fa41e78bd366123424a3378f2f4918c0f33
refs/heads/master: 27258e448eb301cf89e351df87aa8cb916653bf2
2 changes: 1 addition & 1 deletion trunk/arch/alpha/boot/tools/objstrip.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ main (int argc, char *argv[])
ofd = 1;
if (i < argc) {
ofd = open(argv[i++], O_WRONLY | O_CREAT | O_TRUNC, 0666);
if (fd == -1) {
if (ofd == -1) {
perror("open");
exit(1);
}
Expand Down

0 comments on commit 99ee6ff

Please sign in to comment.