]> git.marmaro.de Git - mmh/blobdiff - sbr/uprf.c
Added absolute path to match the common style.
[mmh] / sbr / uprf.c
index 77137c92b6674f161d9446fc31b8e25e1c9846c9..f283a1bcf5dbdfe0d852742b25af88e5497cf876 100644 (file)
@@ -12,7 +12,7 @@
 int
 uprf(char *c1, char *c2)
 {
-       int c, mask;
+       int c;
 
        if (!(c1 && c2))
                return 0;