html fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6632 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0dc3099ead
commit
3ef946d2d1
13 changed files with 51 additions and 51 deletions
|
|
@ -32,7 +32,7 @@ double Foo = 3.0;
|
|||
int gcd(int x, int y) {
|
||||
int g;
|
||||
g = y;
|
||||
while (x > 0) {
|
||||
while (x > 0) {
|
||||
g = x;
|
||||
x = y % x;
|
||||
y = g;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue