mirror of
https://github.com/systemd/systemd.git
synced 2025-06-02 17:07:47 +03:00
hibernate-resume: add missing static for arg_info
This commit is contained in:
parent
2c87b71b00
commit
a3f7047f00
@ -12,7 +12,7 @@
|
||||
#include "parse-util.h"
|
||||
#include "static-destruct.h"
|
||||
|
||||
HibernateInfo arg_info = {};
|
||||
static HibernateInfo arg_info = {};
|
||||
|
||||
STATIC_DESTRUCTOR_REGISTER(arg_info, hibernate_info_done);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user