]> granicus.if.org Git - shadow/commitdiff
Fix typo.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 22 Apr 2009 21:33:09 +0000 (21:33 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 22 Apr 2009 21:33:09 +0000 (21:33 +0000)
lib/shadowio.c

index bae621ab6e5f7b37066a6bbff6df31893a9877c7..1ad1a2ddcac26db1b60c0e7beb31949397bf5d40 100644 (file)
@@ -49,7 +49,7 @@ static void *shadow_dup (const void *ent)
        return __spw_dup (sp);
 }
 
-static void shadow_free (/*@out*//*@only@*/void *ent)
+static void shadow_free (/*@out@*//*@only@*/void *ent)
 {
        struct spwd *sp = ent;