fix mismatch of prototypes of predelete (Closes: #749782)
---
 mtx-0.60d/strings.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- m-tx.orig/mtx-0.60d/strings.h
+++ m-tx/mtx-0.60d/strings.h
@@ -23,7 +23,7 @@
 extern Void getTwoNums PP((Char *line, short *k1, short *k2));
 extern Void toUpper PP((Char *s));
 extern Void delete1 PP((Char *s, int p));
-extern Void predelete PP((Char *s, int l));
+extern Void predelete PP((Char *s, short l));
 extern Void shorten PP((Char *s, int new_length));
 
 
