Commit in reactos/lib/hid on MAIN
hid.c+2-21.4 -> 1.5
avoid compiler warning

reactos/lib/hid
hid.c 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- hid.c	14 Aug 2004 00:46:54 -0000	1.4
+++ hid.c	28 Sep 2004 15:14:04 -0000	1.5
@@ -16,7 +16,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-/* $Id: hid.c,v 1.4 2004/08/14 00:46:54 weiden Exp $
+/* $Id: hid.c,v 1.5 2004/09/28 15:14:04 weiden Exp $
  *
  * PROJECT:         ReactOS Hid User Library
  * FILE:            lib/hid/hid.c
@@ -371,7 +371,7 @@
 HidD_Hello(OUT PCHAR Buffer,
            IN ULONG BufferLength)
 {
-  const PCHAR const HelloString = "Hello\n";
+  const PCHAR HelloString = "Hello\n";
   ULONG StrSize = (lstrlenA(HelloString) + 1) * sizeof(CHAR);
   
   if(BufferLength > 0)
CVSspam 0.2.8