Skip to content

Commit

Permalink
Add void to the function signature to please Clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Oct 31, 2023
1 parent 8765731 commit 23fef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/asc-globals.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ asc_globals_get_hint_tag_details (const gchar *tag)
* Returns: (transfer full): A list of valid hint tags. Free with %g_strfreev
*/
gchar **
asc_globals_get_hint_tags ()
asc_globals_get_hint_tags (void)
{
AscGlobalsPrivate *priv = asc_globals_get_priv ();
GHashTableIter iter;
Expand Down

0 comments on commit 23fef3e

Please sign in to comment.