Code cleanup
This commit is contained in:
parent
be9d6014a4
commit
b4b7d14734
|
@ -30,10 +30,10 @@
|
||||||
/* types */
|
/* types */
|
||||||
typedef struct _Prefs
|
typedef struct _Prefs
|
||||||
{
|
{
|
||||||
|
int flags;
|
||||||
const char ** paths;
|
const char ** paths;
|
||||||
size_t paths_cnt;
|
size_t paths_cnt;
|
||||||
char * output;
|
char const * output;
|
||||||
int flags;
|
|
||||||
} Prefs;
|
} Prefs;
|
||||||
#define PREFS_t 0x1
|
#define PREFS_t 0x1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user