diff options
Diffstat (limited to 'ntpd/ntp_filegen.c')
-rw-r--r-- | ntpd/ntp_filegen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ntpd/ntp_filegen.c b/ntpd/ntp_filegen.c index a1703a9d13a3..4ee90955c1be 100644 --- a/ntpd/ntp_filegen.c +++ b/ntpd/ntp_filegen.c @@ -617,7 +617,7 @@ filegen_statsdir(void) #ifdef DEBUG void filegen_unregister( - char *name + const char *name ) { struct filegen_entry ** ppfe; |