summaryrefslogtreecommitdiff
path: root/gs/base/gp_stdia.c
diff options
context:
space:
mode:
Diffstat (limited to 'gs/base/gp_stdia.c')
-rw-r--r--gs/base/gp_stdia.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gs/base/gp_stdia.c b/gs/base/gp_stdia.c
index 3cfac67bd..03720abca 100644
--- a/gs/base/gp_stdia.c
+++ b/gs/base/gp_stdia.c
@@ -1,6 +1,6 @@
/* Copyright (C) 2001-2006 Artifex Software, Inc.
All Rights Reserved.
-
+
This software is provided AS-IS with no warranty, either express or
implied.
@@ -21,10 +21,8 @@
#include "gx.h"
#include "gp.h"
-
/* Read bytes from stdin, unbuffered if possible. */
int gp_stdin_read(char *buf, int len, int interactive, FILE *f)
{
return read(fileno(f), buf, len);
}
-