Modif bug et cast foireux

This commit is contained in:
Ludovic Jacomme 2002-04-25 14:14:34 +00:00
parent 4f7fd673a7
commit 3776f83768
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#include "bhl.h"
#include "beh_delay.h"
static char *beh_gettimeunit(time_unit)
char *beh_gettimeunit(time_unit)
unsigned char time_unit;
{

View File

@ -143,7 +143,7 @@ unsigned char *pt_mem ;
unsigned int red_val = 0;
unsigned int state = READ_ADR;
name = vhx_GetInstanceName (pt_lkdins);
name = (char *)vhx_GetInstanceName (pt_lkdins);
splitname (name, fil_name, &fil_addr, &fil_byte);