fix control reaches end of non-void function warnings as requested by errorfindinghorns

SVN revision: 55860
This commit is contained in:
Mike Blumenkrantz 2011-01-05 04:35:19 +00:00
parent d9184e351d
commit 080f88407c
1 changed files with 2 additions and 0 deletions

View File

@ -308,6 +308,7 @@ e_volume_find(const char *udi)
default:
printf("raster can't find disks by himself!\n");
}
return NULL;
}
EAPI void
@ -355,4 +356,5 @@ e_storage_find(const char *udi)
default:
printf("raster can't find disks by himself!\n");
}
return NULL;
}