]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 5 Jan 2005 21:28:54 +0000 (21:28 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 5 Jan 2005 21:28:54 +0000 (21:28 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3350 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/stdlib.h

index 6924481679451f6665b88142958b855c9d8aee59..3ad7b97c0888f4be520c53e117c124775bc89ce2 100644 (file)
@@ -62,7 +62,7 @@ void __fastcall__ free (void* block);
 
 /* Non standard memory management functions */
 
-void* __fastcall__ _aligned_malloc (size_t size, size_t alignment)
+void* __fastcall__ _aligned_malloc (size_t size, size_t alignment);
 /* Allocate a block of memory with the given size, which is aligned to a
  * memory address that is a multiple of alignment. alignment MUST NOT be
  * zero and MUST be a power of two, otherwise a call to this function will