Fix typo in literal string.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11785 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b86939aae5
commit
3a0e056d63
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
# Now get the result
|
||||
$r = intp_value($c);
|
||||
|
||||
print " 38 + 42 = $r\n";
|
||||
print " 37 + 42 = $r\n";
|
||||
|
||||
# Clean up the pointers
|
||||
delete_intp($a);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue