summaryrefslogtreecommitdiff
path: root/rdoff/rdlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'rdoff/rdlib.c')
-rw-r--r--rdoff/rdlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdoff/rdlib.c b/rdoff/rdlib.c
index 57ede6a6..cf8d5e7c 100644
--- a/rdoff/rdlib.c
+++ b/rdoff/rdlib.c
@@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------- *
*
- * Copyright 1996-2009 The NASM Authors - All Rights Reserved
+ * Copyright 1996-2014 The NASM Authors - All Rights Reserved
* See the file AUTHORS included with the NASM distribution for
* the specific copyright holders.
*
@@ -126,7 +126,7 @@ int rdl_open(struct librarynode *lib, const char *name)
return 0;
}
-void rdl_close(struct librarynode *lib)
+static void rdl_close(struct librarynode *lib)
{
if (lib->fp)
fclose(lib->fp);