diff --git a/dlls/dbghelp/crc32.c b/dlls/dbghelp/crc32.c index f07bf427d81..e1f604e6eec 100644 --- a/dlls/dbghelp/crc32.c +++ b/dlls/dbghelp/crc32.c @@ -26,9 +26,9 @@ #include "dbghelp_private.h" -/* Copyright (C) 1986 Gary S. Brown. Modified by Robert Shearman. You may use - the following calc_crc32 code or tables extracted from it, as desired without - restriction. */ +/* Copyright (C) 1986 Gary S. Brown + * Modified by Robert Shearman. You may use the following calc_crc32 code or + * tables extracted from it, as desired without restriction. */ /**********************************************************************\ |* Demonstration program to compute the 32-bit CRC used as the frame *|