summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaoyin Liu <[email protected]>2018-09-25 14:00:40 -0700
committerAdonais Romero González <[email protected]>2018-09-25 14:00:40 -0700
commit03415a97cb8c807867e8dbea3a7601b23d137d10 (patch)
tree0fddd48a05abdeb9d4613c98a37ba57a98f0070d
parent4a6868da13723c6f1d4881b9c8b9ae3dbe0cf702 (diff)
[registry/regfltr/exe/common.h] Remove incorrect new line (#290)
-rw-r--r--general/registry/regfltr/exe/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/general/registry/regfltr/exe/common.h b/general/registry/regfltr/exe/common.h
index 7ed20690..6a7d105b 100644
--- a/general/registry/regfltr/exe/common.h
+++ b/general/registry/regfltr/exe/common.h
@@ -60,7 +60,7 @@ Environment:
#define NOT_MODIFIED_KEY_NAME L"_RegFltrNotModifiedKey"
#define VALUE_NAME L"_RegFltrValue"
#define MODIFIED_VALUE_NAME L"_RegFltrModifiedValue"
-#define NOT_MODIFIED_VALUE_NAME L"_RegFltrNotModifiedValue "
+#define NOT_MODIFIED_VALUE_NAME L"_RegFltrNotModifiedValue"
#define CALLBACK_LOW_ALTITUDE L"380000"
#define CALLBACK_ALTITUDE L"380010"