ntpd: set offset to 0.0 in "usync" event
[oweals/busybox.git] / applets / applet_tables.c
index 3859d73262b59a484557f573c61055d5f7600fe0..152d5f4418be27ccf316628e7a209bebe225a144 100644 (file)
@@ -81,7 +81,7 @@ int main(int argc, char **argv)
        printf("#define NUM_APPLETS %u\n", NUM_APPLETS);
        if (NUM_APPLETS == 1) {
                printf("#define SINGLE_APPLET_STR \"%s\"\n", applets[0].name);
-               printf("#define SINGLE_APPLET_MAIN %s_main\n", applets[0].name);
+               printf("#define SINGLE_APPLET_MAIN %s_main\n", applets[0].main);
        }
        printf("\n");