diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-12 18:03:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-12 18:03:43 +0000 |
commit | 085320f505022f7fbc53b229ef1dc31826e66c34 (patch) | |
tree | ee63fa3227fc3d9d1bb96caf84fdef15b273ae58 /libio/iofread.c | |
parent | 055778f3963336f41210feb4728a8d32da1d74fe (diff) | |
download | glibc-085320f505022f7fbc53b229ef1dc31826e66c34.zip glibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.gz glibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.bz2 |
(abmon): Remove spaces.
1998-11-12 Ulrich Drepper <drepper@cygnus.com>
* locales/el_GR (abmon): Remove spaces at end of strings.
Diffstat (limited to 'libio/iofread.c')
-rw-r--r-- | libio/iofread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/iofread.c b/libio/iofread.c index 3664006..c2d12d8 100644 --- a/libio/iofread.c +++ b/libio/iofread.c @@ -32,7 +32,7 @@ _IO_fread (buf, size, count, fp) _IO_size_t count; _IO_FILE *fp; { - _IO_size_t bytes_requested = size*count; + _IO_size_t bytes_requested = size * count; _IO_size_t bytes_read; CHECK_FILE (fp, 0); if (bytes_requested == 0) |