Commit 3c6ce7b0 authored by Guillaume Poussel's avatar Guillaume Poussel Committed by Jean-Baptiste Kempf

ML: kill warnings

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b2cde614
......@@ -60,7 +60,7 @@ static int CreateInputItemFromMedia( media_library_t *p_ml,
struct ml_table_elt
{
int column_id;
char* column_name;
const char* column_name;
};
static int compare_ml_elts( const void *a, const void *b )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment