forked from mia/Aegisub
Silence warning.
Originally committed to SVN as r5142.
This commit is contained in:
parent
c67fe6db5d
commit
4eeacb5ab9
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ std::string Platform::GetVideoInfo(enum Platform::VideoInfo which) {
|
||||||
default:
|
default:
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string Platform::ArchName() {
|
std::string Platform::ArchName() {
|
||||||
|
|
Loading…
Reference in a new issue