mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
linux-v4l2: Remove redundant non-NULL check on FILE
This commit is contained in:
@@ -75,8 +75,7 @@ static bool loopback_module_loaded()
|
||||
}
|
||||
}
|
||||
|
||||
if (fp)
|
||||
fclose(fp);
|
||||
fclose(fp);
|
||||
|
||||
return loaded;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user