textinput/peninputcommonctrls/src/peninputbuttons/peninputbutton.cpp
branchRCL_3
changeset 28 6c2c2d3ab788
parent 19 5e18d8c489d6
child 38 b1ea1642412e
--- a/textinput/peninputcommonctrls/src/peninputbuttons/peninputbutton.cpp	Tue May 25 13:03:44 2010 +0300
+++ b/textinput/peninputcommonctrls/src/peninputbuttons/peninputbutton.cpp	Wed Jun 09 10:03:19 2010 +0300
@@ -4221,7 +4221,7 @@
     //PRINTF((_L("Set long press Timer\n")));
     if ( IsDimmed() )
         {
-        return;
+        return NULL;
         }
     
     iLongPressTimer->SetTimer(iLongPressInterval);
@@ -4239,7 +4239,7 @@
 
     if ( IsDimmed() )
         {
-        return;
+        return NULL;
         }
 
     CancelTimer();