summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/protobuf-c/protobuf-c-text.c
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-12-15 13:16:54 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-12-15 13:16:54 +0300
commit61dfaa92b8f3af3a3c7a63616395d61a8c7dae62 (patch)
treea2d4fcd945fb3475593a17d7afc99df06324f5bc /protocols/Steam/src/protobuf-c/protobuf-c-text.c
parentc787b1dd7c74b639f7e7e373cecf06d131b2fe3b (diff)
code cleaning
Diffstat (limited to 'protocols/Steam/src/protobuf-c/protobuf-c-text.c')
-rw-r--r--protocols/Steam/src/protobuf-c/protobuf-c-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/protobuf-c/protobuf-c-text.c b/protocols/Steam/src/protobuf-c/protobuf-c-text.c
index 6cbc9b46e7..7c7f82001b 100644
--- a/protocols/Steam/src/protobuf-c/protobuf-c-text.c
+++ b/protocols/Steam/src/protobuf-c/protobuf-c-text.c
@@ -490,7 +490,7 @@ protobuf_c_text_to_string_internal(ReturnString *rs,
/* See .h file for API docs. */
char *
-protobuf_c_text_to_string(ProtobufCMessage *m,
+protobuf_c_text_to_string(const ProtobufCMessage *m,
ProtobufCAllocator *allocator)
{
ReturnString rs = { 0, 0, 0, NULL };