dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtmail / dtmail / EncryptedTextFieldUiItem.C
index b9177cd19a3d313373e02d86e69a3703c827afcd..c73bf7bb5e4b62244c849ed28efd3c10c138fb59 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
  */
@@ -138,7 +138,7 @@ void EncryptedTextFieldUiItem::writeFromSourceToUi()
 
     _loading = DTM_TRUE;
     options_field_set_value(w, value, this->dirty_bit);
-    if (NULL != value) free((void*) value);
+    free((void*) value);
     _loading = DTM_FALSE;
 }