diff --git a/tools/mkconfig.c b/tools/mkconfig.c index 15a2a34304c..28b0c0351f0 100644 --- a/tools/mkconfig.c +++ b/tools/mkconfig.c @@ -99,7 +99,7 @@ int main(int argc, char **argv, char **envp) printf("#ifndef __INCLUDE_NUTTX_CONFIG_H\n"); printf("#define __INCLUDE_NUTTX_CONFIG_H\n\n"); generate_definitions(stream); - printf("/n#endif /* __INCLUDE_NUTTX_CONFIG_H */\n"); + printf("\n#endif /* __INCLUDE_NUTTX_CONFIG_H */\n"); fclose(stream); /* Exit (without bothering to clean up allocations) */