]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/SGSmplhist.cxx
Remove SVN sync code.
[simgear.git] / simgear / structure / SGSmplhist.cxx
index 760704b384d52d78d7d36b0c7389bc6a1e8d251a..769d25646fe40b1e822c1bfa66d478b440477aac 100644 (file)
@@ -13,7 +13,7 @@ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.  See the GNU Library General Public License for more details.
 You should have received a copy of the GNU Library General Public
 License along with this library; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.
 */
 
 #ifdef HAVE_CONFIG_H
@@ -116,7 +116,7 @@ void SampleHistogram::reset ()
   this->SampleStatistic::reset ();
   if (howManyBuckets > 0)
     {
-      for (register int i = 0; i < howManyBuckets; i++)
+      for (int i = 0; i < howManyBuckets; i++)
        {
          bucketCount[i] = 0;
        }