summaryrefslogtreecommitdiff
path: root/source/utils/make_printerdef.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-04-13 19:24:06 +0000
committerJeremy Allison <jra@samba.org>1998-04-13 19:24:06 +0000
commitcd2613c57261456485fe4eeecfda209ada70de8e (patch)
tree3cdaa41b5ce9c53b4c108ac11febcb59999d9cb5 /source/utils/make_printerdef.c
parent883be3907778ee160872b0a0a023fc34e636774f (diff)
downloadsamba-cd2613c57261456485fe4eeecfda209ada70de8e.tar.gz
Changes to allow Samba to be compiled with -Wstrict-prototypes
with gcc. (Not a big change although it looks like it :-). Jeremy.
Diffstat (limited to 'source/utils/make_printerdef.c')
-rw-r--r--source/utils/make_printerdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/make_printerdef.c b/source/utils/make_printerdef.c
index 514773eb48b..0c3cb633af4 100644
--- a/source/utils/make_printerdef.c
+++ b/source/utils/make_printerdef.c
@@ -94,7 +94,7 @@ char *scan(char *chaine,char **entry)
return (value);
}
-void build_subdir()
+void build_subdir(void)
{
int i=0;
char *entry;