From: Ulrich Drepper Date: Sat, 10 Nov 2001 06:00:37 +0000 (+0000) Subject: (is_dst): Pretty printing. X-Git-Tag: upstream/2.30~22356 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d43c8c5f1380f5e6fe6960e609151278e97d947a;p=external%2Fglibc.git (is_dst): Pretty printing. --- diff --git a/elf/dl-load.c b/elf/dl-load.c index 3505616..fe552e8 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -171,8 +171,8 @@ local_strdup (const char *s) static size_t -is_dst (const char *start, const char *name, const char *str, size_t cmplen, int is_path, - int secure) +is_dst (const char *start, const char *name, const char *str, size_t cmplen, + int is_path, int secure) { size_t len;