blob: 15da8f18d46b1ebddf89c9b8b1074ddb055d870a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.1 2006/03/28 21:51:53 joerg Exp $
--- objects.c.orig 2006-03-28 20:46:22.000000000 +0000
+++ objects.c
@@ -146,6 +146,7 @@ int object_file_load()
count = 0;
obj_continue:
+ ;
}
// bung in a '\0' at the end if one doesn't exist
|