]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Nop.
authorBruno Haible <bruno@clisp.org>
Wed, 8 Jan 2003 14:12:04 +0000 (14:12 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:54 +0000 (12:08 +0200)
src/read-mo.c

index e6fc2d1d1d36b4404fa7a1c4f642a35ce53ce76d..5c0e72e86ca735ef37cc0c598869446003ee2b34 100644 (file)
@@ -203,7 +203,7 @@ get_sysdep_string (const struct binary_mo_file *bfp, size_t offset,
       if (ss_offset + ss_length > bfp->size)
        abort ();
       if (!(ss_length > 0 && bfp->data[ss_offset + ss_length - 1] == '\0'))
-       abort();
+       abort ();
       n = strlen (bfp->data + ss_offset);
       *p++ = '<';
       memcpy (p, bfp->data + ss_offset, n);