dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtmail / dtmail / CheckForMailUiItem.C
index 8441d5c5df853a82afcdfe1902bf47105406792a..91880fe25d1526535861759ba593f60e2eb7657d 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
  */
@@ -115,5 +115,5 @@ void CheckForMailUiItem::writeFromSourceToUi()
     options_spinbox_set_value(w, atoi(value), this->dirty_bit);
     _valueChanged = FALSE;
 
-    if (NULL != value) free((void*) value);
+    free((void*) value);
 }