summaryrefslogtreecommitdiffhomepage
path: root/examples/complex.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-12 09:26:03 +0200
committerTyge Løvset <[email protected]>2021-09-12 09:26:03 +0200
commit1a9020f895754f564e480ba9ed564c637f26060e (patch)
tree86a66e45a19fb60aa4747b351ba53600d074c5fa /examples/complex.c
parenta2aa14cc91ccbd42cd1188c6fac6126a38d0de77 (diff)
downloadSTC-modified-1a9020f895754f564e480ba9ed564c637f26060e.tar.gz
STC-modified-1a9020f895754f564e480ba9ed564c637f26060e.zip
Some improvements in examples.
Diffstat (limited to 'examples/complex.c')
-rw-r--r--examples/complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complex.c b/examples/complex.c
index 5cbaaa40..e7789815 100644
--- a/examples/complex.c
+++ b/examples/complex.c
@@ -44,7 +44,7 @@ int main() {
printf("stk size: %zu\n", cstack_f_size(stk));
- // Put in some data in 2D array
+ // Put in some data in stack array
stk.data[x] = 3.1415927f;
clist_arr_push_back(&tableList, stk);
cmap_lst_insert(&listMap, tableKey, tableList);