X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ffs%2Fdir.cpp;h=08328548440ae6a18fdf8668d7db2aaeda182c87;hb=refs%2Fheads%2Ffs-master;hp=bc7a8fec1b7fd9374c51dfa69165637341aad758;hpb=7563bb650aa11207a7c128ba44468cf5ad2897c7;p=libs%2Fcore.git diff --git a/source/fs/dir.cpp b/source/fs/dir.cpp index bc7a8fe..0832854 100644 --- a/source/fs/dir.cpp +++ b/source/fs/dir.cpp @@ -21,10 +21,8 @@ namespace FS { namespace { -/** -Helper function to determine the location of the program's executable. Caches -the last result to cut down filesystem access with repeated calls. -*/ +/** Helper function to determine the location of the program's executable. +Caches the last result to cut down filesystem access with repeated calls. */ const Path &get_bin_dir(const string &argv0) { static string last_argv0;