mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[MKHIVE] Minor code formatting.
This commit is contained in:
parent
d91a47826e
commit
8f82b00fa6
7 changed files with 38 additions and 21 deletions
|
@ -26,6 +26,8 @@
|
|||
* Hermès Bélusca-Maïto
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
@ -48,6 +50,7 @@
|
|||
#define DIR_SEPARATOR_STRING "\\"
|
||||
#endif
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
void usage(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue