diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-10 19:48:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-10 19:48:24 +0000 |
commit | 083a84e5d0fda642433df6108561cc084b306f58 (patch) | |
tree | 97abd001c2e2fd1b2de6281e456005b776d24956 /docs/examples | |
parent | d5eb386d0013ae595e6ef49eac77d49f346edd74 (diff) |
repair id string
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/ghiper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/ghiper.c b/docs/examples/ghiper.c index 7a3ae90c6..1aa197a08 100644 --- a/docs/examples/ghiper.c +++ b/docs/examples/ghiper.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id: ghiper.c + * $Id$ * * Example application source code using the multi socket interface to * download many files at once. |