Small syntax change

modified:   src/nms.h
This commit is contained in:
Brian Barto 2016-05-20 10:33:26 -04:00
parent a7757f8b60
commit eab9e52438
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
// Argument structure for nms_exec()
typedef struct {
char *src;
char* foreground_color;
char *foreground_color;
char *return_opts;
int input_cursor_x;
int input_cursor_y;