aboutsummaryrefslogtreecommitdiffstats
path: root/src/guid.c
diff options
context:
space:
mode:
authorjames <james>2013-09-14 08:56:36 +0000
committerjames <james>2013-09-14 08:56:36 +0000
commit1755648246a536d9da56340acd9624b9a2731a83 (patch)
treea9abf4abffb0111b0908c726ecf257287ae5026f /src/guid.c
parent2cbdb2327c7575282d83e7331eb8e957e72ce394 (diff)
downloadgpt-1755648246a536d9da56340acd9624b9a2731a83.tar.gz
gpt-1755648246a536d9da56340acd9624b9a2731a83.tar.bz2
gpt-1755648246a536d9da56340acd9624b9a2731a83.zip
*** empty log message ***
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++;
}