aboutsummaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-03-06 03:32:10 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-03-06 03:32:10 +0000
commitae731e7079df667498df62ec4e1f9a19f2681055 (patch)
tree5f4ad3f378914c9a4b748059ed03b7b8ee8a9822 /image.c
parent* version.c.in: 0.3+cvs (diff)
downloadw3m-ae731e7079df667498df62ec4e1f9a19f2681055.tar.gz
w3m-ae731e7079df667498df62ec4e1f9a19f2681055.zip
* version.c.in: 0.3+cvs
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'image.c')
-rw-r--r--image.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/image.c b/image.c
index c184b6a..00fe158 100644
--- a/image.c
+++ b/image.c
@@ -1,4 +1,4 @@
-/* $Id: image.c,v 1.7 2002/02/14 03:50:03 ukai Exp $ */
+/* $Id: image.c,v 1.8 2002/03/06 03:32:11 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
@@ -106,7 +106,7 @@ openImgdisplay()
reset_signals();
signal(SIGINT, SIG_IGN);
#ifdef HAVE_SETPGRP
- setpgrp();
+ SETPGRP();
#endif
close_tty();
close(fdr[0]);