Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix bbroken solaris x86 build
  • Loading branch information
ian.mcgreer%sun.com committed Apr 15, 2002
1 parent 75658af commit f704dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/nss/lib/dev/devutil.c
Expand Up @@ -222,7 +222,7 @@ NSSTokenArray_Destroy
NSSToken **tokens
)
{
return nssTokenArray_Destroy(tokens);
nssTokenArray_Destroy(tokens);
}

NSS_IMPLEMENT void
Expand Down

0 comments on commit f704dd4

Please sign in to comment.