1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

Fix C++-style comment.

This commit is contained in:
Dave Love 2000-12-06 10:41:29 +00:00
parent 137bb67f6b
commit 11753d04cb

View File

@ -217,7 +217,7 @@ md5_process_bytes (buffer, len, ctx)
size_t len;
struct md5_ctx *ctx;
{
//const void aligned_buffer = buffer;
/* const void aligned_buffer = buffer; */
/* When we already have some bits in our internal buffer concatenate
both inputs first. */