diff --git a/harbour/source/rtl/listbox.prg b/harbour/source/rtl/listbox.prg index 54f736bc69..8fe0813216 100644 --- a/harbour/source/rtl/listbox.prg +++ b/harbour/source/rtl/listbox.prg @@ -1052,6 +1052,5 @@ Function CaptionLength( cCaption ) return ( if( At( "&", cCaption ) ==0,Len( cCaption ),if( At( "&", cCaption )>Len(cCaption),Len(cCaption)-1, ))) #endif -#endif *+ EOF: LISTBOX.PRG