src/filemanager/find.c: cleanup -Wcast-qual warning.

Signed-off-by: Andreas Mohr <and@gmx.li>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andreas Mohr 2016-02-20 15:23:57 +00:00 committed by Andrew Borodin
parent 8fd2fd69d7
commit 0fae3ded3e

View File

@ -853,7 +853,7 @@ find_parameters (char **start_dir, ssize_t * start_dir_len,
/* --------------------------------------------------------------------------------------------- */ /* --------------------------------------------------------------------------------------------- */
static inline void static inline void
push_directory (const vfs_path_t * dir) push_directory (vfs_path_t * dir)
{ {
g_queue_push_head (&dir_queue, (void *) dir); g_queue_push_head (&dir_queue, (void *) dir);
} }