polachok's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2064509
)
cxm_extract_fw(8): Fix indent.
author
Sascha Wildner <saw@online.de>
Thu, 3 Dec 2009 21:12:14 +0000 (22:12 +0100)
committer
Sascha Wildner <saw@online.de>
Thu, 3 Dec 2009 21:12:14 +0000 (22:12 +0100)
tools/multimedia/cxm/extract_fw/cxm_extract_fw.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/multimedia/cxm/extract_fw/cxm_extract_fw.c
b/tools/multimedia/cxm/extract_fw/cxm_extract_fw.c
index
8100af1
..
1ea9ab7
100644
(file)
--- a/
tools/multimedia/cxm/extract_fw/cxm_extract_fw.c
+++ b/
tools/multimedia/cxm/extract_fw/cxm_extract_fw.c
@@
-128,7
+128,7
@@
main(int argc, char **argv)
* Open the file.
*/
if ((fd = open(argv[i], O_RDONLY)) < 0)
- err(1, "can't open %s for reading", argv[i]);
+ err(1, "can't open %s for reading", argv[i]);
/*
* Determine how big it is.