projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
branch -m/-M: remove undocumented RENAMED-REF
[git]
/
show-index.c
diff --git
a/show-index.c
b/show-index.c
index
c21d660
..
a30a2de
100644
(file)
--- a/
show-index.c
+++ b/
show-index.c
@@
-8,7
+8,7
@@
int main(int argc, char **argv)
static unsigned int top_index[256];
if (fread(top_index, sizeof(top_index), 1, stdin) != 1)
- die("unable to read idex");
+ die("unable to read i
n
dex");
nr = 0;
for (i = 0; i < 256; i++) {
unsigned n = ntohl(top_index[i]);