diff options
Diffstat (limited to 'gold/gc.h')
-rw-r--r-- | gold/gc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ gc_process_relocs( size_t local_count, const unsigned char* plocal_syms) { - Object *dst_obj; + Object* dst_obj; unsigned int dst_indx; Scan scan; |