diff options
Diffstat (limited to 'src/input/media_helper.h')
-rw-r--r-- | src/input/media_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/media_helper.h b/src/input/media_helper.h index 41aeb6cb2..48ef7b383 100644 --- a/src/input/media_helper.h +++ b/src/input/media_helper.h @@ -19,5 +19,5 @@ * */ -int media_eject_media (char *device); +int media_eject_media (const char *device); |