summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-17 08:12:18 +0100
committerGitHub <[email protected]>2020-12-17 08:12:18 +0100
commit83a259d155742f669b972649ff8c9607c8abe081 (patch)
tree5f534ab4883c909af6615e7242f7022411760e25
parentfe8693e2719939547757039524f641783b05b00b (diff)
downloadSTC-modified-83a259d155742f669b972649ff8c9607c8abe081.tar.gz
STC-modified-83a259d155742f669b972649ff8c9607c8abe081.zip
Update copt_api.md
-rw-r--r--docs/copt_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/copt_api.md b/docs/copt_api.md
index 31a935ac..2ced17ce 100644
--- a/docs/copt_api.md
+++ b/docs/copt_api.md
@@ -22,7 +22,7 @@ typedef struct {
typedef struct {
const char *name;
int has_arg;
- int ref;
+ int val;
} copt_long_t;
const copt_t copt_inits;