summaryrefslogtreecommitdiffhomepage
path: root/examples/sview_split.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-12-29 23:33:38 +0100
committerTyge Løvset <[email protected]>2021-12-29 23:33:38 +0100
commitc0b0275c80752c812df7c52a98a72170d5fc3bcb (patch)
tree530e5080035acdee77434186b9b79cb8c9faff66 /examples/sview_split.c
parent15e1dd79211828bcb8c2a809837b56397d65c6d9 (diff)
downloadSTC-modified-c0b0275c80752c812df7c52a98a72170d5fc3bcb.tar.gz
STC-modified-c0b0275c80752c812df7c52a98a72170d5fc3bcb.zip
Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional changes.
Diffstat (limited to 'examples/sview_split.c')
-rw-r--r--examples/sview_split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sview_split.c b/examples/sview_split.c
index ed0365ec..bd5c26d5 100644
--- a/examples/sview_split.c
+++ b/examples/sview_split.c
@@ -16,4 +16,4 @@ int main()
y = cstr_from_v(year), m = cstr_from_v(month), d = cstr_from_v(day);
printf("%s, %s, %s\n", y.str, m.str, d.str);
}
-} \ No newline at end of file
+}