Nonfunctional: Remove stray ';' and fix Google Test sentence in README.

This commit is contained in:
John Kessenich
2016-04-07 09:10:47 -06:00
parent 7e3e486344
commit 6e620c4674
2 changed files with 2 additions and 2 deletions

View File

@@ -40,4 +40,4 @@ void GetSpirvVersion(std::string&);
void GlslangToSpv(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spirv);
void OutputSpv(const std::vector<unsigned int>& spirv, const char* baseName);
};
}