Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Sep 29, 2009
1 parent 8d8cdb8 commit 6b82566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc/luauserdata.pmc
Expand Up @@ -305,7 +305,7 @@ The C<==> operation. Compares reference (not in depth).
METHOD PMC* getfenv() {
PMC *retval = u_env(SELF);

if (PMC_IS_NULL(retval)
if (PMC_IS_NULL(retval))
retval = pmc_new(INTERP, dynpmc_LuaNil);

RETURN(PMC *retval);
Expand Down

0 comments on commit 6b82566

Please sign in to comment.