diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-03-01 13:48:46 +0100 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-03-01 15:33:16 +0200 |
commit | e160758b5c32f7b4b9622a5c25c7c53070395c7d (patch) | |
tree | cead84a0acc6be4b4eaa14bf85408e0c2f42c076 /indra/test/message_tut.cpp | |
parent | c8d5974f998ac223412ea3fe2f93613c86d50908 (diff) |
Convert remaining TRUE/FALSE to true/false
Diffstat (limited to 'indra/test/message_tut.cpp')
-rw-r--r-- | indra/test/message_tut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/message_tut.cpp b/indra/test/message_tut.cpp index 76063e6db1..0a3e6621aa 100644 --- a/indra/test/message_tut.cpp +++ b/indra/test/message_tut.cpp @@ -75,7 +75,7 @@ namespace tut 1, 0, 0, - FALSE, + false, "notasharedsecret", NULL, false, |