From 50291e96eb08942b0b903027b14ee0d498e30823 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Thu, 29 Sep 2011 15:10:21 +0200
Subject: [PATCH] COMP:missing semicolon

---
 Code/Hyperspectral/otbMDMDNMFImageFilter.txx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Hyperspectral/otbMDMDNMFImageFilter.txx b/Code/Hyperspectral/otbMDMDNMFImageFilter.txx
index 5fb6d12c23..3868740f0b 100644
--- a/Code/Hyperspectral/otbMDMDNMFImageFilter.txx
+++ b/Code/Hyperspectral/otbMDMDNMFImageFilter.txx
@@ -412,7 +412,7 @@ MDMDNMFImageFilter<TInputImage, TOutputImage>
   
   // Other declarations
   double critA, critS, crit = 1;
-  const unsigned int divisorParam = 10
+  const unsigned int divisorParam = 10;
   
   // Tunning the optimized function parameters
   //const double m_Delt =                       1.;
-- 
GitLab