Cleaned up warning.

This commit is contained in:
skarg
2008-08-23 12:50:42 +00:00
parent c236f51c99
commit e9894cfbb8
+1 -1
View File
@@ -37,7 +37,7 @@
char *filename_remove_path( char *filename_remove_path(
const char *filename_in) const char *filename_in)
{ {
char *filename_out = filename_in; char *filename_out = (char *)filename_in;
/* allow the device ID to be set */ /* allow the device ID to be set */
if (filename_in) { if (filename_in) {