Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 7697aca

Browse files
gesslarthefallentree
authored andcommitted
a couple of functions were missing variable types. added.
1 parent 631b239 commit 7697aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/std/modules/m_messages.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ string *query_msg_types()
9090
keys(MESSAGES_D->get_messages(def_message_type)));
9191
}
9292

93-
*handle_obs(mixed *obs, string res, mapping has)
93+
string *handle_obs(mixed *obs, string res, mapping has)
9494
{
9595
string *ret = ({});
9696
mapping items = ([]);
@@ -160,7 +160,7 @@ string *query_msg_types()
160160
return ({ res, ret });
161161
}
162162

163-
*handle_ob(mixed ob, string res, mapping has)
163+
string *handle_ob(mixed ob, string res, mapping has)
164164
{
165165
string bit;
166166

0 commit comments

Comments
 (0)