aboutsummaryrefslogtreecommitdiffstats
path: root/src/guid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/guid.c')
-rw-r--r--src/guid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guid.c b/src/guid.c
index 1e7192b..50122b3 100644
--- a/src/guid.c
+++ b/src/guid.c
@@ -84,7 +84,7 @@ guid_to_a_simple (GUID g)
if (!guid_cmp (&g, &ptr->g))
{
strcpy (ret, ptr->name);
- return ret;
+ return ret;
}
ptr++;
}