diff options
Diffstat (limited to 'archiver/config-log.c')
-rw-r--r-- | archiver/config-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiver/config-log.c b/archiver/config-log.c index c2df35c24..a8e6db5ab 100644 --- a/archiver/config-log.c +++ b/archiver/config-log.c @@ -370,7 +370,7 @@ config_log_get_rollback_id_by_steps (ConfigLog *config_log, /* Return the backend that generated the data with the given id */ -gchar * +const gchar * config_log_get_backend_id_for_id (ConfigLog *config_log, gint id) { GList *node; |