aboutsummaryrefslogtreecommitdiff
path: root/binutils/arsup.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/arsup.h')
-rw-r--r--binutils/arsup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/arsup.h b/binutils/arsup.h
index e875cbf..aeec258 100644
--- a/binutils/arsup.h
+++ b/binutils/arsup.h
@@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
struct list {
- char *name;
+ char *name;
struct list *next;
};