add "const" to output/outdbg.c
authorFrank Kotler <fbk@Reltok1.comcast.net>
Tue, 18 Sep 2007 06:06:09 +0000 (02:06 -0400)
committerFrank Kotler <fbk@Reltok1.comcast.net>
Tue, 18 Sep 2007 06:06:09 +0000 (02:06 -0400)
apparently we missed that when updating "const" in other files

output/outdbg.c

index 045ad37..0dda75a 100644 (file)
@@ -100,7 +100,7 @@ static void dbg_deflabel(char *name, int32_t segment, int32_t offset,
             is_global, special ? ": " : "", special);
 }
 
-static void dbg_out(int32_t segto, void *data, uint32_t type,
+static void dbg_out(int32_t segto, const void *data, uint32_t type,
                     int32_t segment, int32_t wrt)
 {
     int32_t realbytes = type & OUT_SIZMASK;