mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
Better comment text. Change "c like" to "C style" in main.c
This commit is contained in:
parent
81859af110
commit
77dcc41cfd
@ -40,7 +40,7 @@ extern int errors;
|
||||
|
||||
long int gen_level = 4;
|
||||
int advanced_flag = 0; /* 0: in unit of type, 1: in unit of data element size */
|
||||
int binary_like_output = 0; /* 0: default type, 1: nice c like output */
|
||||
int binary_like_output = 0; /* 0: default output style, 1: nice C-style output */
|
||||
int need_export = 0;
|
||||
char *input_filename = "<stdin>";
|
||||
char *export_filename = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user