Buildfix.

This commit is contained in:
Unknown W. Brackets 2013-04-08 23:01:54 -07:00
parent 8b6eea7df4
commit f5642f11af

View File

@ -21,7 +21,7 @@
#include "Common/Log.h"
#include "Core/ELF/PBPReader.h"
PBPReader::PBPReader(const char *filename) {
PBPReader::PBPReader(const char *filename) : header_() {
file_ = fopen(filename, "rb");
if (!file_) {
return;