* [obvious] Remove extra semicolon from example text in manual
@ 2003-06-09 21:10 Jim Blandy
0 siblings, 0 replies; only message in thread
From: Jim Blandy @ 2003-06-09 21:10 UTC (permalink / raw)
To: gdb-patches
2003-06-09 Jim Blandy <jimb@redhat.com>
* gdb.texinfo (Separate Debug Files): Remove extra semicolon.
*** gdb/doc/gdb.texinfo.~1.162.~ 2003-05-08 16:37:12.000000000 -0500
--- gdb/doc/gdb.texinfo 2003-06-09 16:10:19.000000000 -0500
***************
*** 10011,10017 ****
crc = ~crc & 0xffffffff;
for (end = buf + len; buf < end; ++buf)
crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
! return ~crc & 0xffffffff;;
@}
@end smallexample
--- 10011,10017 ----
crc = ~crc & 0xffffffff;
for (end = buf + len; buf < end; ++buf)
crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
! return ~crc & 0xffffffff;
@}
@end smallexample
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-09 21:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-09 21:10 [obvious] Remove extra semicolon from example text in manual Jim Blandy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox