diff options
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r-- | ld/ldfile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldfile.h b/ld/ldfile.h index 9e1834f..35bd2dc 100644 --- a/ld/ldfile.h +++ b/ld/ldfile.h @@ -29,8 +29,7 @@ extern const char *ldfile_output_machine_name; /* Structure used to hold the list of directories to search for libraries. */ -typedef struct search_dirs -{ +typedef struct search_dirs { /* Next directory on list. */ struct search_dirs *next; /* Name of directory. */ |