libsysprof: fix format-literal warning

Fixes #99
This commit is contained in:
Christian Hergert
2023-10-06 09:08:56 -07:00
parent 403704293b
commit e5e57f8ff5

View File

@ -744,6 +744,7 @@ _sysprof_recording_add_file_data (SysprofRecording *self,
}
}
G_GNUC_PRINTF(3,0)
static void
_sysprof_recording_message_internal (SysprofRecording *self,
const char *domain,