]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(ctype_output): Add missing &.
authorUlrich Drepper <drepper@redhat.com>
Thu, 24 Feb 2000 16:44:54 +0000 (16:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 24 Feb 2000 16:44:54 +0000 (16:44 +0000)
locale/programs/ld-ctype.c

index 6a01844c9c59dea51813bbd3e80034e0122d9ebf..f5c4474154d9ff0c74712cba87513e8206fd0f60 100644 (file)
@@ -594,7 +594,7 @@ ctype_output (struct localedef_t *locale, struct charset_t *charset,
 
          CTYPE_DATA (_NL_CTYPE_WIDTH,
                      ctype->width,
-                     (ctype->plane_size * ctype->plane_cnt + 3) ~3ul);
+                     (ctype->plane_size * ctype->plane_cnt + 3) ~3ul);
 
          CTYPE_DATA (_NL_CTYPE_MB_CUR_MAX,
                      &ctype->mb_cur_max, sizeof (u_int32_t));