mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Fix a compilation warning.
This commit is contained in:
@@ -310,7 +310,6 @@ static int path_append_extension(char* dst, size_t dstSizeInBytes, const char* b
|
|||||||
static fs_result fs_rmdir_content(const char* pDirectory)
|
static fs_result fs_rmdir_content(const char* pDirectory)
|
||||||
{
|
{
|
||||||
/* We'll use an iterator for this. */
|
/* We'll use an iterator for this. */
|
||||||
fs_result result;
|
|
||||||
fs_iterator* pIterator;
|
fs_iterator* pIterator;
|
||||||
|
|
||||||
if (pDirectory == NULL) {
|
if (pDirectory == NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user