git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3848ad0
)
util-warnings-cleanup-20010606
author
Nathan Neulinger
<nneul@umr.edu>
Wed, 6 Jun 2001 23:01:17 +0000 (23:01 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Wed, 6 Jun 2001 23:01:17 +0000 (23:01 +0000)
clean up in flipbase64
src/util/flipbase64.c
patch
|
blob
|
history
diff --git
a/src/util/flipbase64.c
b/src/util/flipbase64.c
index
20c3c09
..
e2977f9
100644
(file)
--- a/
src/util/flipbase64.c
+++ b/
src/util/flipbase64.c
@@
-33,7
+33,7
@@
char *int64_to_flipbase64(lb64_string_t s, afs_int64 a)
char *int64_to_flipbase64(lb64_string_t s, u_int64_t a)
#endif
{
- int i, j;
+ int i;
#ifdef AFS_64BIT_ENV
afs_int64 n;
#else