summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/elf_machdep.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-05-13 01:50:29 +0000
committerimp <imp@FreeBSD.org>2010-05-13 01:50:29 +0000
commit93177a0de2e9025f66b80a280911343c680fd979 (patch)
treeb0e8b6e0ba8ada3d4347f8f1b0f81e8f2a9849ed /sys/mips/mips/elf_machdep.c
parent7c7202a49f23eb990a2670a2a728fb5becab0549 (diff)
downloadFreeBSD-src-93177a0de2e9025f66b80a280911343c680fd979.zip
FreeBSD-src-93177a0de2e9025f66b80a280911343c680fd979.tar.gz
Remove some stray ';'s
Submitted by: marc balmer
Diffstat (limited to 'sys/mips/mips/elf_machdep.c')
-rw-r--r--sys/mips/mips/elf_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/elf_machdep.c b/sys/mips/mips/elf_machdep.c
index 90e3dac..a7bd755 100644
--- a/sys/mips/mips/elf_machdep.c
+++ b/sys/mips/mips/elf_machdep.c
@@ -159,7 +159,7 @@ static int
elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data,
int type, int local, elf_lookup_fn lookup)
{
- Elf_Addr *where = (Elf_Addr *)NULL;;
+ Elf_Addr *where = (Elf_Addr *)NULL;
Elf_Addr addr;
Elf_Addr addend = (Elf_Addr)0;
Elf_Word rtype = (Elf_Word)0, symidx;
OpenPOWER on IntegriCloud