diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-13 20:16:20 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-13 20:16:20 +0000 |
commit | 3175b8cd8ec96d7c77f6069f95a412b71dd75d07 (patch) | |
tree | ebcd5d57da262a628273f8e2103321edc4c881af /ext/DynaLoader/dl_aix.xs | |
parent | 1f5ae88c2684e44a679c8989ef332af3fc865544 (diff) | |
download | perl-3175b8cd8ec96d7c77f6069f95a412b71dd75d07.tar.gz |
Small doc and whitespace edits.
p4raw-id: //depot/cfgperl@4143
Diffstat (limited to 'ext/DynaLoader/dl_aix.xs')
-rw-r--r-- | ext/DynaLoader/dl_aix.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DynaLoader/dl_aix.xs b/ext/DynaLoader/dl_aix.xs index c00ded25d0..96bce4e1d4 100644 --- a/ext/DynaLoader/dl_aix.xs +++ b/ext/DynaLoader/dl_aix.xs @@ -590,7 +590,7 @@ dl_load_file(filename, flags=0) if (RETVAL == NULL) SaveError(aTHX_ "%s",dlerror()) ; else - sv_setiv( ST(0), PTR2IV(RETVAL)); + sv_setiv( ST(0), PTR2IV(RETVAL) ); void * |