mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
removed wrong comments
svn path=/trunk/; revision=10085
This commit is contained in:
parent
02c02382be
commit
6535d130b7
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: misc.c,v 1.3 2004/07/11 22:35:07 weiden Exp $
|
||||
/* $Id: misc.c,v 1.4 2004/07/11 23:08:31 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -129,8 +129,7 @@ LoadDynamicImports(PDYN_MODULE Module, PDYN_FUNCS DynFuncs)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/* begin with the first function */
|
||||
fn = &DynFuncs->fn.foo; /* warning: assignment from incompatible pointer type */
|
||||
fn = &DynFuncs->fn.foo;
|
||||
|
||||
/* load the imports */
|
||||
for(i = 0; i < Module->nFunctions; i++)
|
||||
|
|
Loading…
Reference in a new issue