Skip to content
Snippets Groups Projects
Commit 83e368fb authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Initialize all the things.

parent aeac85d1
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
static int static int
is_cdrom(const char *path) is_cdrom(const char *path)
{ {
int fd; int fd = -1;
int ret; int ret = -1;
fd = open(path, O_RDONLY | O_NONBLOCK); fd = open(path, O_RDONLY | O_NONBLOCK);
if (fd >= 0) if (fd >= 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment