diff --git a/util/env_hdfs.cc b/util/env_hdfs.cc index fdb286f9c..153ea5985 100644 --- a/util/env_hdfs.cc +++ b/util/env_hdfs.cc @@ -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"); } }