diff options
author | jsg <> | 2004-10-01 04:08:45 +0000 |
---|---|---|
committer | jsg <> | 2004-10-01 04:08:45 +0000 |
commit | 286f2c9acc73fa2c79290ce6e5c7437d99f9f865 (patch) | |
tree | 743ce68bfe07e7ee77a3366ea07a99ec1240255c /src/lib/libc/stdlib/tsearch.c | |
parent | b04ecbf4bc7e9fd2c6b5fc4f2c8510fc84e73b64 (diff) | |
download | openbsd-286f2c9acc73fa2c79290ce6e5c7437d99f9f865.tar.gz openbsd-286f2c9acc73fa2c79290ce6e5c7437d99f9f865.tar.bz2 openbsd-286f2c9acc73fa2c79290ce6e5c7437d99f9f865.zip |
add some missing $, ok djm@ 'That looks fine to me' millert@
Diffstat (limited to 'src/lib/libc/stdlib/tsearch.c')
-rw-r--r-- | src/lib/libc/stdlib/tsearch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libc/stdlib/tsearch.c b/src/lib/libc/stdlib/tsearch.c index 0ad5866172..67388b4e7f 100644 --- a/src/lib/libc/stdlib/tsearch.c +++ b/src/lib/libc/stdlib/tsearch.c | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $OpenBSD: tsearch.c,v 1.4 2004/10/01 04:08:45 jsg Exp $ */ | ||
2 | |||
1 | /* | 3 | /* |
2 | * Tree search generalized from Knuth (6.2.2) Algorithm T just like | 4 | * Tree search generalized from Knuth (6.2.2) Algorithm T just like |
3 | * the AT&T man page says. | 5 | * the AT&T man page says. |