projects
/
oweals
/
fstools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
002fcb5
)
ubi: remove voltype left-over variable
author
daniel
<daniel@makrotopia.org>
Tue, 13 May 2014 04:41:46 +0000
(06:41 +0200)
committer
daniel
<daniel@makrotopia.org>
Tue, 13 May 2014 04:41:46 +0000
(06:41 +0200)
libfstools/ubi.c
patch
|
blob
|
history
diff --git
a/libfstools/ubi.c
b/libfstools/ubi.c
index 69f64061ee4f6d60d0d1d823f346b6afaed26514..a281729f4a541ad6358265d63c219045d116340e 100644
(file)
--- a/
libfstools/ubi.c
+++ b/
libfstools/ubi.c
@@
-93,7
+93,7
@@
test_open(char *filename)
static int ubi_volume_init(struct volume *v)
{
- char voldir[40], voldev[32], *volname
, *voltype
;
+ char voldir[40], voldev[32], *volname;
struct ubi_priv *p;
unsigned int volsize;