diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2012-06-22 14:52:50 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2012-06-22 18:04:53 +0000 |
commit | 807841933bed6a3a308451a05f502de28aa6c6b8 (patch) | |
tree | 8ea20f13bdc9da648adda2feffe31501f363940b | |
parent | 4248b1b1cf8c641fb51d92c3d2cfac81b02a903e (diff) | |
download | glibc-807841933bed6a3a308451a05f502de28aa6c6b8.zip glibc-807841933bed6a3a308451a05f502de28aa6c6b8.tar.gz glibc-807841933bed6a3a308451a05f502de28aa6c6b8.tar.bz2 |
Use tab not spaces.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ [BZ #13882] * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use uint16_t for elements in the "seen" array to avoid char overflows. - * elf/dl-fini.c (_dl_sort_fini): Likewise. + * elf/dl-fini.c (_dl_sort_fini): Likewise. * elf/dl-open.c (dl_open_worker): Likewise. 2012-06-21 Carlos O'Donell <carlos_odonell@mentor.com> |