diff options
| author | Tyge Lovset <[email protected]> | 2023-04-07 22:51:45 +0200 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2023-04-07 22:51:45 +0200 |
| commit | 701b7af4aaf9fe3965c656c500d9200dd7c4831d (patch) | |
| tree | f94ce3f97bbed242ab5b021f641464543554cb19 /include/stc/extend.h | |
| parent | 13eb85e05a88633454df7b62b80737fcc9d12238 (diff) | |
| download | STC-modified-701b7af4aaf9fe3965c656c500d9200dd7c4831d.tar.gz STC-modified-701b7af4aaf9fe3965c656c500d9200dd7c4831d.zip | |
More docs updating.
Diffstat (limited to 'include/stc/extend.h')
| -rw-r--r-- | include/stc/extend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/extend.h b/include/stc/extend.h index a8cb5f5b..cbfc4a12 100644 --- a/include/stc/extend.h +++ b/include/stc/extend.h @@ -50,7 +50,7 @@ #endif typedef struct { - i_extend; + i_extend i_type get; } c_PASTE(i_type, Ext); |
