diff pwplib/convert.h @ 62:0e2d7767c00d

convcalc_ascii()'s one argument is unused, remove it.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 09 Jul 2011 11:57:54 +0300
parents 5d819ba6891c
children
line wrap: on
line diff
--- a/pwplib/convert.h	Sat Jul 09 11:51:19 2011 +0300
+++ b/pwplib/convert.h	Sat Jul 09 11:57:54 2011 +0300
@@ -25,7 +25,7 @@
 
 /* attrconv.c */
 void convcalc_1to12(void);
-void convcalc_ascii(int x);
+void convcalc_ascii(void);
 void convcalc_termsafe(void);
 void convcalc_monotab(int parms);
 void convcalc_colortab(int parms);