mirror of https://github.com/GNOME/gimp.git
app: in GimpBacktrace Linux backend, make blacklisted_thread_names const
This commit is contained in:
parent
6103f0e5d0
commit
c749097dcc
|
@ -119,7 +119,7 @@ static gint handler_lock;
|
|||
static struct backtrace_state *backtrace_state;
|
||||
#endif
|
||||
|
||||
static const gchar *blacklisted_thread_names[] =
|
||||
static const gchar * const blacklisted_thread_names[] =
|
||||
{
|
||||
"gmain",
|
||||
"threaded-ml"
|
||||
|
|
Loading…
Reference in New Issue