commit | e6f6858860e28b4336ae5d64d42b5080a6fbe4c1 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <[email protected]> | Fri Aug 21 11:13:28 2015 -0700 |
committer | Dan Willemsen <[email protected]> | Tue Aug 25 13:25:21 2015 -0700 |
tree | 9a6f05480920bd82fd412ecd2e122b7f59994389 | |
parent | fcd7a98b3008c518a063140530366fc1ef57c0f1 [diff] [blame] |
[C++] Fix newlines in $(info/warning/error) Change-Id: Ia20a1ef563a6871ed843b9388fe27e87b8bd7020
diff --git a/strutil.h b/strutil.h index 8c47f1c..caeb8de 100644 --- a/strutil.h +++ b/strutil.h
@@ -138,4 +138,6 @@ string ConcatDir(StringPiece b, StringPiece n); +string EchoEscape(const string str); + #endif // STRUTIL_H_