From 3ef946d2d143b22a88bd8d52b9b5819a4b9cdf44 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 2 Nov 2004 22:13:39 +0000 Subject: html fixes git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6632 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/python/simple/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examples/python/simple') diff --git a/Examples/python/simple/index.html b/Examples/python/simple/index.html index 9638708cc..4f5329204 100644 --- a/Examples/python/simple/index.html +++ b/Examples/python/simple/index.html @@ -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; -- cgit v1.2.1