diff options
| author | tylov <[email protected]> | 2023-07-24 12:54:09 +0200 |
|---|---|---|
| committer | tylov <[email protected]> | 2023-07-24 12:54:09 +0200 |
| commit | f1f0c01e798eb3217e62a43de660723173984547 (patch) | |
| tree | b3ebe91d4f3a7e24e79fb325982365af89c698cf /misc/examples/spans | |
| parent | 4a37879119cd4d8b92c5dc578741052dd399f53f (diff) | |
| download | STC-modified-f1f0c01e798eb3217e62a43de660723173984547.tar.gz STC-modified-f1f0c01e798eb3217e62a43de660723173984547.zip | |
Improved an issue with cspan.
Diffstat (limited to 'misc/examples/spans')
| -rw-r--r-- | misc/examples/spans/printspan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/spans/printspan.c b/misc/examples/spans/printspan.c index cd3c5f4f..eb9d80e3 100644 --- a/misc/examples/spans/printspan.c +++ b/misc/examples/spans/printspan.c @@ -11,7 +11,7 @@ #include <stc/csset.h> #include <stc/cspan.h> -using_cspan(intspan, int, 1); +using_cspan(intspan, int); void printMe(intspan container) { printf("%d:", (int)cspan_size(&container)); |
