dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtmail / dtmail / SpinBoxUiItem.C
index 25a34c7a436faa3771cb2c10496817a15e73c28b..e2855fefaaa37e7dca40f5c14396d6ab0201d826 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -86,8 +86,7 @@ void SpinBoxUiItem::writeFromSourceToUi()
 
   options_spinbox_set_value(w, atoi(value), this->dirty_bit);
 
-  if (NULL != value)
-    free((void*) value);
+  free((void*) value);
 }