summaryrefslogtreecommitdiff
path: root/rdoff/symtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'rdoff/symtab.c')
-rw-r--r--rdoff/symtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdoff/symtab.c b/rdoff/symtab.c
index c0ff3e56..3fc363e3 100644
--- a/rdoff/symtab.c
+++ b/rdoff/symtab.c
@@ -62,7 +62,7 @@ symtabEnt *symtabFind(void *symtab,char *name)
return &(l->ent);
}
l = l->next;
- }
+ }
return NULL;
}