2005-07-19 H.J. Lu <hongjiu.lu@intel.com>
[binutils-gdb.git] / ld / ldmain.c
index 7e8bd920cbdef25a60ffd91195d21985892db46e..047cc6b1329a79ddf58b25151c576a325012e20b 100644 (file)
@@ -345,8 +345,8 @@ main (int argc, char **argv)
        einfo (_("%P%F: -r and -shared may not be used together\n"));
     }
 
-   if (!config.dynamic_link && link_info.shared)
-     einfo (_("%P%F: -static and -shared may not be used together\n"));
+  if (!config.dynamic_link && link_info.shared)
+    einfo (_("%P%F: -static and -shared may not be used together\n"));
 
   if (! link_info.shared)
     {