Fix a typo in the last commit
This commit is contained in:
parent
ef6edb6094
commit
cf489a6083
1 changed files with 1 additions and 1 deletions
|
@ -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) */
|
||||
|
|
Loading…
Reference in a new issue