summaryrefslogtreecommitdiff
path: root/examples/loadables/seq.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2018-12-20 11:41:58 -0500
committerChet Ramey <chet.ramey@case.edu>2018-12-20 11:41:58 -0500
commitf250956cb2a8dca13fc0242affc225f9d6983604 (patch)
tree2df8e15963af786dc8efed1c91c4d823a3bf05bb /examples/loadables/seq.c
parent2ae59c1134a75d5778997b7202b15b0586283042 (diff)
downloadbash-5.0-testing.tar.gz
bash-5.0-rc1 releasebash-5.0-rc1bash-5.0-testing
Diffstat (limited to 'examples/loadables/seq.c')
-rw-r--r--examples/loadables/seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/loadables/seq.c b/examples/loadables/seq.c
index ebf12994..d8f3e0a0 100644
--- a/examples/loadables/seq.c
+++ b/examples/loadables/seq.c
@@ -161,7 +161,7 @@ long_double_format (char const *fmt)
strcpy (ldfmt + length_modifier_offset + 1,
fmt + length_modifier_offset + has_L);
#else
- strcpy (ldfmt + length_modifier_offset, fmt + length_modifier_offset)
+ strcpy (ldfmt + length_modifier_offset, fmt + length_modifier_offset);
#endif
return ldfmt;
}