1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

(abmon): Remove spaces.

1998-11-12  Ulrich Drepper  <drepper@cygnus.com>

	* locales/el_GR (abmon): Remove spaces at end of strings.
This commit is contained in:
Ulrich Drepper
1998-11-12 18:03:43 +00:00
parent 055778f396
commit 085320f505
16 changed files with 204 additions and 115 deletions

View File

@ -26,6 +26,8 @@
#include "libioP.h"
#include <stdio.h>
#undef fread_unlocked
_IO_size_t
fread_unlocked (buf, size, count, fp)
void *buf;
@ -33,7 +35,7 @@ fread_unlocked (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)