Fix a typo in the last commit

This commit is contained in:
Gregory Nutt 2016-05-11 10:06:12 -06:00
parent ef6edb6094
commit cf489a6083

View file

@ -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) */