mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-26 07:00:35 -08:00
Fix broken prototype
Copied from Perforce Change: 15288 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
14222730af
commit
903daa2e82
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* QUICKSORT
|
||||
*
|
||||
* $HopeName: MMsrc!qs.c(trunk.4) $
|
||||
* $HopeName: MMsrc!qs.c(trunk.5) $
|
||||
*
|
||||
* Copyright (C) 1995,1996 Harlequin Group, all rights reserved
|
||||
*
|
||||
|
|
@ -409,7 +409,7 @@ go(void *p, size_t s)
|
|||
}
|
||||
|
||||
int
|
||||
main()
|
||||
main(void)
|
||||
{
|
||||
void *r;
|
||||
die(mps_space_create(&space), "SpaceCreate");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue