diff options
author | Tom Rix <trix@redhat.com> | 2002-05-01 02:52:17 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2002-05-01 02:52:17 +0000 |
commit | cc7e59b2801a8c8ff83123284bede19e6e0af226 (patch) | |
tree | 6c7568be9b6641ed2a1b4d641f0801b43a28799d /ld/emultempl | |
parent | 9c1d81c1026e37bc3ee9061ae245f195eba961f5 (diff) | |
download | gdb-cc7e59b2801a8c8ff83123284bede19e6e0af226.zip gdb-cc7e59b2801a8c8ff83123284bede19e6e0af226.tar.gz gdb-cc7e59b2801a8c8ff83123284bede19e6e0af226.tar.bz2 |
Formatting fix.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/aix.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index f4dff85..28f45c4 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -526,11 +526,11 @@ gld${EMULATION_NAME}_parse_args (argc, argv) break; case OPTION_LIBPATH: - command_line_blibpath=optarg; + command_line_blibpath = optarg; break; case OPTION_NOLIBPATH: - command_line_blibpath=NULL; + command_line_blibpath = NULL; break; } |