From 6535d130b795bc97d4f8f3306d97bf927e2afabc Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sun, 11 Jul 2004 23:08:31 +0000 Subject: [PATCH] removed wrong comments svn path=/trunk/; revision=10085 --- reactos/lib/userenv/misc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reactos/lib/userenv/misc.c b/reactos/lib/userenv/misc.c index d57f89b2e98..1e1eb99ac24 100644 --- a/reactos/lib/userenv/misc.c +++ b/reactos/lib/userenv/misc.c @@ -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++)