Updated comment on endif for new name
This commit is contained in:
parent
b4fef31d84
commit
a3363def52
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue