Updated comment on endif for new name

This commit is contained in:
Chris Pickett 2016-01-06 12:21:17 -06:00
parent b4fef31d84
commit a3363def52
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ inline std::string AbsolutePath(const std::string &filepath) {
#endif #endif
? abs_path ? abs_path
: filepath; : filepath;
#endif // NO_ABSOLUTE_PATH_RESOLUTION #endif // FLATBUFFERS_NO_ABSOLUTE_PATH_RESOLUTION
} }
// To and from UTF-8 unicode conversion functions // To and from UTF-8 unicode conversion functions