diff options
Diffstat (limited to 'rdoff/rdlib.c')
-rw-r--r-- | rdoff/rdlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rdoff/rdlib.c b/rdoff/rdlib.c index a6ae156..885752d 100644 --- a/rdoff/rdlib.c +++ b/rdoff/rdlib.c @@ -119,8 +119,8 @@ int rdl_searchlib(struct librarynode *lib, const char *label, rdffile * f) rewind(lib->fp); while (!feof(lib->fp)) { - /* - * read the module name from the file, and prepend + /* + * read the module name from the file, and prepend * the library name and '.' to it. */ strcpy(buf, lib->name); |