fix spacing error

This commit is contained in:
Ian Lance Taylor 1997-02-04 21:35:47 +00:00
parent 1cc9ed2959
commit 2dffd20a0c
1 changed files with 1 additions and 1 deletions

View File

@ -2847,7 +2847,7 @@ struct option md_longopts[] = {
#define OPTION_BIG_ENDIAN (OPTION_MD_BASE + 4)
{"EB", no_argument, NULL, OPTION_BIG_ENDIAN},
#endif
#define OPTION_ENFORCE_ALIGNED_DATA (OPTION_MD_BASE + 5)
#define OPTION_ENFORCE_ALIGNED_DATA (OPTION_MD_BASE + 5)
{"enforce-aligned-data", no_argument, NULL, OPTION_ENFORCE_ALIGNED_DATA},
{NULL, no_argument, NULL, 0}
};