patch 8.1.0753: printf format not checked for semsg()
Problem: printf format not checked for semsg().
Solution: Add GNUC attribute and fix reported problems. (Dominique Pelle,
closes #3805)
diff --git a/src/eval.c b/src/eval.c
index 0054936..049d15c 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -268,7 +268,7 @@
/*
* Sort the function table by function name.
- * The sorting of the table above is ASCII dependant.
+ * The sorting of the table above is ASCII dependent.
* On machines using EBCDIC we have to sort it.
*/
static void