projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96a035d
)
Fix typo in show-index.c
v1.4.3.1
author
Lars Hjemli
<hjemli@gmail.com>
Fri, 20 Oct 2006 21:24:32 +0000
(23:24 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 20 Oct 2006 23:50:36 +0000
(16:50 -0700)
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
show-index.c
patch
|
blob
|
history
diff --git
a/show-index.c
b/show-index.c
index c21d660b628a5b6d67b0f56b41fc76a921df340f..a30a2de5d13931c590169cf30bd7004e23f2df1b 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]);