@I fix formatting of 'break;'

This commit is contained in:
bebbodl 2016-10-09 14:47:19 +02:00 committed by GitHub
parent 21322f1da2
commit dce18feff4
1 changed files with 1134 additions and 1134 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
*/
#define PROTOTYPES
@ -591,7 +591,7 @@ static int relocate
symptr->shindex = htons(bssIndex);
symptr->value = htonl(value);
break;
break;
case SHN_ABS:
hunk = ~0; value = sym.value;
break;