diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2004-02-03 18:53:40 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2004-02-03 18:53:40 +0000 |
| commit | 6e918a4d5e2babeadec647b9fee31d166b16963d (patch) | |
| tree | f95a2d0612486e43b45f6a155aefd45b236855d8 /libexec/rtld-elf/libmap.c | |
| parent | f073c60f73b0212a7c2cdde142b0e79e8a3981fa (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/libmap.c')
| -rw-r--r-- | libexec/rtld-elf/libmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/libmap.c b/libexec/rtld-elf/libmap.c index 56e04fdaf209..37a6d6beacd0 100644 --- a/libexec/rtld-elf/libmap.c +++ b/libexec/rtld-elf/libmap.c @@ -96,7 +96,7 @@ lm_init (void) * There should be nothing except whitespace or comment from this point to the end of the line. */ - while(isspace(*cp)) *cp++; + while(isspace(*cp)) cp++; if (!iseol(*cp)) continue; strcpy(prog, c); |
