summaryrefslogtreecommitdiff
path: root/libmatemixer/matemixer.c
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-09-06 19:09:41 +0200
committerMichal Ratajsky <[email protected]>2014-09-06 19:09:41 +0200
commit5997585cc046956479feffea7c414bea2814d403 (patch)
tree9f911fca5423a93c837a91bedaf8257d1e47f015 /libmatemixer/matemixer.c
parent1a9410a38aebb6ce05d43433c020e198416761df (diff)
downloadlibmatemixer-5997585cc046956479feffea7c414bea2814d403.tar.bz2
libmatemixer-5997585cc046956479feffea7c414bea2814d403.tar.xz
Minor code and styling improvements
Diffstat (limited to 'libmatemixer/matemixer.c')
-rw-r--r--libmatemixer/matemixer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmatemixer/matemixer.c b/libmatemixer/matemixer.c
index 51dc029..5e7c825 100644
--- a/libmatemixer/matemixer.c
+++ b/libmatemixer/matemixer.c
@@ -153,7 +153,7 @@ load_modules (void)
if (loaded == TRUE)
return;
- if (G_LIKELY (g_module_supported () == TRUE)) {
+ if G_LIKELY (g_module_supported () == TRUE) {
GDir *dir;
GError *error = NULL;
@@ -181,7 +181,7 @@ load_modules (void)
g_error_free (error);
}
} else {
- g_critical ("Unable to load backend modules: not supported");
+ g_critical ("Unable to load backend modules: Not supported");
}
loaded = TRUE;