diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-03 11:42:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-03 11:42:46 +0200 |
| commit | 816872f9ddf1251f29fe51594401ddd4f4d89c59 (patch) | |
| tree | e1ce9d2e55899de00bede95efe120fb7184eb64d /src/lib/cross_linux.cc | |
| parent | ad1a4f3ac68a0f35a911abee4eb2bd4b4006332d (diff) | |
White space fix.
Diffstat (limited to 'src/lib/cross_linux.cc')
| -rw-r--r-- | src/lib/cross_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross_linux.cc b/src/lib/cross_linux.cc index a60f7af63..c8b890bf1 100644 --- a/src/lib/cross_linux.cc +++ b/src/lib/cross_linux.cc @@ -226,7 +226,7 @@ avio_open_boost (AVIOContext** s, boost::filesystem::path file, int flags) boost::filesystem::path home_directory () { - return getenv("HOME"); + return getenv("HOME"); } string |
