about summary refs log tree commit diff
path: root/libio/iofread.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-12 18:03:43 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-12 18:03:43 +0000
commit085320f505022f7fbc53b229ef1dc31826e66c34 (patch)
treeee63fa3227fc3d9d1bb96caf84fdef15b273ae58 /libio/iofread.c
parent055778f3963336f41210feb4728a8d32da1d74fe (diff)
downloadglibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.gz
glibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.xz
glibc-085320f505022f7fbc53b229ef1dc31826e66c34.zip
(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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/iofread.c b/libio/iofread.c
index 36640065d5..c2d12d8693 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)