Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* qsort.c
|
||||
*
|
||||
* Ullrich von Bassewitz, 09.12.1998
|
||||
*/
|
||||
** qsort.c
|
||||
**
|
||||
** Ullrich von Bassewitz, 09.12.1998
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@ static void QuickSort (register unsigned char* Base, int Lo, int Hi,
|
||||
register size_t Size,
|
||||
int (*Compare)(const void*, const void*))
|
||||
/* Internal recursive function. Works with ints, but this shouldn't be
|
||||
* a problem.
|
||||
*/
|
||||
** a problem.
|
||||
*/
|
||||
{
|
||||
int I, J;
|
||||
|
||||
@@ -62,5 +62,3 @@ void __fastcall__ qsort (void* base, size_t nmemb, size_t size,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user