summaryrefslogtreecommitdiff
path: root/libmatemixer
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-06-26 01:35:56 +0200
committerMichal Ratajsky <[email protected]>2014-06-26 01:35:56 +0200
commitf235385f34c81d4cd9092b94cb24670eb25421fa (patch)
tree489c2b9549302493da9b2d56b92aa4613722a90a /libmatemixer
parent0362ccf20d51fa27d7febd0e6c0fa368f2f9e663 (diff)
downloadlibmatemixer-f235385f34c81d4cd9092b94cb24670eb25421fa.tar.bz2
libmatemixer-f235385f34c81d4cd9092b94cb24670eb25421fa.tar.xz
Minor fixes
Diffstat (limited to 'libmatemixer')
-rw-r--r--libmatemixer/matemixer-backend-module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmatemixer/matemixer-backend-module.c b/libmatemixer/matemixer-backend-module.c
index 5825c13..e0707c1 100644
--- a/libmatemixer/matemixer-backend-module.c
+++ b/libmatemixer/matemixer-backend-module.c
@@ -121,7 +121,7 @@ mate_mixer_backend_module_set_property (GObject *object,
switch (param_id) {
case PROP_PATH:
- /* Construct-only string property */
+ /* Construct-only string */
module->priv->path = g_strdup (g_value_get_string (value));
break;
default: