commit | 643268f325e2bda64248df24913f8b68c842c95a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Oct 08 11:10:11 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Oct 08 11:15:52 2018 -0700 |
tree | 4ddf6fdaa71ad280a6df08821c15ce97955a4c64 | |
parent | f3186de123c742166ec5e61b27b61af3ef929dfb [diff] [blame] |
Move system/core/ off NO_ERROR. It causes trouble for Windows, and OK already exists. Bug: N/A Test: builds Change-Id: Ida22fd658b0ebb259c710ba39049b07c9e495d9c
diff --git a/libutils/PropertyMap.cpp b/libutils/PropertyMap.cpp index b8c065d..f00272a 100644 --- a/libutils/PropertyMap.cpp +++ b/libutils/PropertyMap.cpp
@@ -208,7 +208,7 @@ mTokenizer->nextLine(); } - return NO_ERROR; + return OK; } } // namespace android