From adc7d3574fc47e5d7b4c17d6fc172759264ef56b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 28 Oct 2009 15:40:48 +0000 Subject: one more () for halex --- bin/ed/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ed') diff --git a/bin/ed/io.c b/bin/ed/io.c index c73246d5570..cbf58d5d48d 100644 --- a/bin/ed/io.c +++ b/bin/ed/io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: io.c,v 1.14 2009/10/28 05:06:17 deraadt Exp $ */ +/* $OpenBSD: io.c,v 1.15 2009/10/28 15:40:47 deraadt Exp $ */ /* $NetBSD: io.c,v 1.2 1995/03/21 09:04:43 cgd Exp $ */ /* io.c: This file contains the i/o routines for the ed line editor */ @@ -206,7 +206,7 @@ write_stream(FILE *fp, int n, int m) } #ifdef DES -#define DESPUTCHAR(c, fp) (des ? put_des_char(c, (fp)) : fputc((c), (fp))) +#define DESPUTCHAR(c, fp) (des ? put_des_char((c), (fp)) : fputc((c), (fp))) #else #define DESPUTCHAR(c, fp) (fputc((c), (fp))) #endif -- cgit v1.2.3