projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39cd310
)
Removed forgotten unused variable.
author
markus schnalke
<meillo@marmaro.de>
Thu, 5 Jan 2012 10:56:44 +0000
(11:56 +0100)
committer
markus schnalke
<meillo@marmaro.de>
Thu, 5 Jan 2012 10:56:44 +0000
(11:56 +0100)
sbr/uprf.c
patch
|
blob
|
history
diff --git
a/sbr/uprf.c
b/sbr/uprf.c
index
77137c9
..
f283a1b
100644
(file)
--- a/
sbr/uprf.c
+++ b/
sbr/uprf.c
@@
-12,7
+12,7
@@
int
uprf(char *c1, char *c2)
{
- int c, mask;
+ int c;
if (!(c1 && c2))
return 0;