diff options
Diffstat (limited to 'src/nm-sleep-monitor.c')
| -rw-r--r-- | src/nm-sleep-monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-sleep-monitor.c b/src/nm-sleep-monitor.c index 54d75773..a7e3a7c3 100644 --- a/src/nm-sleep-monitor.c +++ b/src/nm-sleep-monitor.c @@ -84,7 +84,7 @@ struct _NMSleepMonitor { /* used both during construction of proxy and during Inhibit call. */ GCancellable *cancellable; - int inhibit_fd; + gint inhibit_fd; GSList *handles_active; GSList *handles_stale; |