diff options
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ WriteEpilog(FILE *file, const statement_t *stats) /* * First, the symbol table */ - fprintf(file, "static mig_routine_t %s_routines[] = {\n", ServerDemux); + fprintf(file, "mig_routine_t %s_routines[] = {\n", ServerDemux); WriteArrayEntries(file, stats); |