Small syntax change
modified: src/nms.h
This commit is contained in:
parent
a7757f8b60
commit
eab9e52438
@ -10,7 +10,7 @@
|
|||||||
// Argument structure for nms_exec()
|
// Argument structure for nms_exec()
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char *src;
|
char *src;
|
||||||
char* foreground_color;
|
char *foreground_color;
|
||||||
char *return_opts;
|
char *return_opts;
|
||||||
int input_cursor_x;
|
int input_cursor_x;
|
||||||
int input_cursor_y;
|
int input_cursor_y;
|
||||||
|
Loading…
Reference in New Issue
Block a user