aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>1999-04-15 14:45:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>1999-04-15 14:45:25 +0000
commitc838acc134623b700b35b12bc90cc26652159f8d (patch)
tree6c7f1d97a88e72a6d492fe4a43e5ed5c52280a7b /src/main.c
parentb8231acb332f9c125db773dbdcadc8c363498e64 (diff)
downloadcflow-c838acc134623b700b35b12bc90cc26652159f8d.tar.gz
cflow-c838acc134623b700b35b12bc90cc26652159f8d.tar.bz2
Checked in the last found version
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ef0f40f..21dff3e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -286,7 +286,6 @@ find_option_type(optype, str)
struct option_type *optype;
char *str;
{
- int i;
int len = strlen(str);
for ( ; optype->str; optype++) {
@@ -577,7 +576,9 @@ efree(ptr)
* SYSTEM_ERROR bits mean do perror() after printing the message
* FATAL_ERROR bits mean exit().
*/
+/*PRINTFLIKE2*/
error(stat, fmt, va_alist)
+ int stat;
char *fmt;
va_dcl
{

Return to:

Send suggestions and report system problems to the System administrator.