about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-17 07:25:53 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-17 07:25:53 +0000
commit8a0759d15c6eda50e05c495d1933ce30aba49287 (patch)
tree070cb7c81f538ddb8501a34f022ecd2dc5b7d45d /sysdeps
parent6a14016e3cab30500ce7f88061357c987924fbb0 (diff)
downloadglibc-8a0759d15c6eda50e05c495d1933ce30aba49287.tar.gz
glibc-8a0759d15c6eda50e05c495d1933ce30aba49287.tar.xz
glibc-8a0759d15c6eda50e05c495d1933ce30aba49287.zip
Update.
2000-10-17  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
	Add missing backslash.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/ieee754/ldbl-128/printf_fphex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/printf_fphex.c b/sysdeps/ieee754/ldbl-128/printf_fphex.c
index 5e328c7dd8..dea76f8958 100644
--- a/sysdeps/ieee754/ldbl-128/printf_fphex.c
+++ b/sysdeps/ieee754/ldbl-128/printf_fphex.c
@@ -39,7 +39,7 @@ do {									      \
 	{								      \
 	  numstr = _itoa_word (num1, numbuf + sizeof numbuf, 16,	      \
 			       info->spec == 'A');			      \
-	  wnumstr = _itowa_word (num1,
+	  wnumstr = _itowa_word (num1,					      \
 				 wnumbuf + sizeof (wnumbuf) / sizeof (wchar_t),\
 				 16, info->spec == 'A');		      \
 	}								      \