summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-02-27 16:10:37 +0100
committerBastien Nocera <hadess@hadess.net>2020-02-27 18:53:16 +0100
commit199ba6029f6a0ef3cdec2287bc06dd85c3552a68 (patch)
treee8e54efd04394da4f67d07257d5831f55c04a297
parent23b5b3fe0c8fd55aea1593b476f3de4156af5af2 (diff)
downloadtotem-pl-parser-199ba6029f6a0ef3cdec2287bc06dd85c3552a68.tar.gz
disc: Remove comment with typo in it
The comment really wasn't useful anyway.
-rw-r--r--plparse/totem-disc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plparse/totem-disc.c b/plparse/totem-disc.c
index e3fca66..74ea504 100644
--- a/plparse/totem-disc.c
+++ b/plparse/totem-disc.c
@@ -421,7 +421,6 @@ cd_cache_new (const char *dev,
return NULL;
}
- /* create struture */
cache = g_new0 (CdCache, 1);
cache->device = device;
cache->mountpoint = mountpoint;