winedump: Make the implementation match the prototype.
This commit is contained in:
parent
eea1b5e219
commit
2d0ca5b2a9
|
@ -79,7 +79,7 @@ void dump_data( const unsigned char *ptr, unsigned int size, const char *prefix
|
||||||
printf( "\n" );
|
printf( "\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *get_time_str(const unsigned long _t)
|
const char *get_time_str(unsigned long _t)
|
||||||
{
|
{
|
||||||
const time_t t = (const time_t)_t;
|
const time_t t = (const time_t)_t;
|
||||||
const char *str = ctime(&t);
|
const char *str = ctime(&t);
|
||||||
|
|
Loading…
Reference in New Issue