From b978a6648ae107e5991e74255381fafb233374bb Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 12 Jul 2013 13:20:14 +0000 Subject: fix syntax error --- cgaas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgaas.c b/cgaas.c index bdde6c4..8396daf 100644 --- a/cgaas.c +++ b/cgaas.c @@ -5847,7 +5847,7 @@ static int search_short_branches (void) #endif case BRANCH_SKIP_BRANCH_RELOCATION: #ifdef LINUX - case GOT_PC_RELATIVE_RELOCATION + case GOT_PC_RELATIVE_RELOCATION: #endif break; case SHORT_BRANCH_RELOCATION: -- cgit v1.2.3