This commit is contained in:
Shu Zhang 2015-12-26 19:50:28 -08:00
parent b4aa823661
commit b79ccbd573

View File

@ -614,7 +614,7 @@ namespace rocksdb {
}
Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) {
return Status::NotSupported("Not compiled with hdfs support");
return Status::NotSupported("Not compiled with hdfs support");
}
}