diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-23 10:18:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-23 10:18:21 +0000 |
commit | 9bdb0282d4f16fcaf7658ba3709d04ef5f50dba3 (patch) | |
tree | 1ee1cac731732bc01754fdaedc6f533a7ebd4b2b /epoc | |
parent | 9849c14cd91dea2f36cd3d2a79984145cc69648c (diff) | |
download | perl-9bdb0282d4f16fcaf7658ba3709d04ef5f50dba3.tar.gz |
Change 33052 missed one Nullch. Oops.
Exterminate! Exterminate! Exterminate!
p4raw-id: //depot/perl@33053
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/epoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epoc/epoc.c b/epoc/epoc.c index d580552ae9..03b01341ee 100644 --- a/epoc/epoc.c +++ b/epoc/epoc.c @@ -85,7 +85,7 @@ XS(epoc_getcwd) /* more or less stolen from win32.c */ } /* - * If ptr != Nullch + * If ptr != NULL * then it worked, set PV valid, * else return 'undef' */ |