--- trunk/xvidcore/src/utils/mem_align.c 2002/11/27 21:09:10 684 +++ trunk/xvidcore/src/utils/mem_align.c 2002/11/27 21:20:33 685 @@ -51,7 +51,7 @@ * exception also makes it possible to release a modified version which * carries forward this exception. * - * $Id: mem_align.c,v 1.11 2002-11-17 00:51:11 edgomez Exp $ + * $Id: mem_align.c,v 1.12 2002-11-27 21:20:33 edgomez Exp $ * ****************************************************************************/ @@ -91,7 +91,7 @@ *mem_ptr = 0; /* Return the mem_ptr pointer */ - return (void *) mem_ptr++; + return (void *)(mem_ptr+1); }