diff options
author | corvid <corvid@lavabit.com> | 2012-09-24 19:49:58 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-09-24 19:49:58 +0000 |
commit | 0f7f3661a398690e0779928c18583ce810d1fc7b (patch) | |
tree | b47a2a84e3c3a7cd3a83998424817b9b7ed13474 /dlib | |
parent | 721f8df196a6fba4892a1ea117a943c2d2e550b1 (diff) |
fix dlib comment
The functionality was removed in revision e17a4f9ee7e2 (July 2011).
Diffstat (limited to 'dlib')
-rw-r--r-- | dlib/dlib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dlib/dlib.c b/dlib/dlib.c index cdc7ca62..ebdaf0cd 100644 --- a/dlib/dlib.c +++ b/dlib/dlib.c @@ -909,7 +909,6 @@ char *dGethomedir () /* * Get a line from a FILE stream. - * It handles backslash as line-continues character. * Return value: read line on success, NULL on EOF. */ char *dGetline (FILE *stream) |