mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
Bug #794
- Corrected typo and missing ; for Solaris builds. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
e4c173771f
commit
8fbce0288e
3 changed files with 4 additions and 3 deletions
|
@ -157,7 +157,7 @@ const std::string DOM::get (const std::string& name)
|
|||
#elif defined (LINUX)
|
||||
return /*_cache[name] =*/ "Linux";
|
||||
#else
|
||||
return /*_cache[name] =*/ STRING_DOM_UNKNOWN
|
||||
return /*_cache[name] =*/ STRING_DOM_UNKNOWN;
|
||||
#endif
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue