diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-13 23:33:16 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-13 23:33:16 -0500 |
commit | 3f29c1a35113bfd2461dca76235f1812c8dfd6ef (patch) | |
tree | f431b2f52e64ddb4999be2f6791c160f24da6470 /src/device-provider.c | |
parent | 2d06cbb066f9ae0a0a49d5d260ebe28bb17311fc (diff) | |
download | ayatana-indicator-power-3f29c1a35113bfd2461dca76235f1812c8dfd6ef.tar.gz ayatana-indicator-power-3f29c1a35113bfd2461dca76235f1812c8dfd6ef.tar.bz2 ayatana-indicator-power-3f29c1a35113bfd2461dca76235f1812c8dfd6ef.zip |
fix some compiler warnings generated by clang static analyzer
Diffstat (limited to 'src/device-provider.c')
-rw-r--r-- | src/device-provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device-provider.c b/src/device-provider.c index 81a8eec..46fcfad 100644 --- a/src/device-provider.c +++ b/src/device-provider.c @@ -29,7 +29,7 @@ static guint signals[SIGNAL_LAST] = { 0 }; G_DEFINE_INTERFACE (IndicatorPowerDeviceProvider, indicator_power_device_provider, - 0); + 0) static void indicator_power_device_provider_default_init (IndicatorPowerDeviceProviderInterface * klass) |