about summary refs log tree commit diff stats
path: root/src/LYMap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYMap.c')
-rw-r--r--src/LYMap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYMap.c b/src/LYMap.c
index b975ecaf..b34ae6d7 100644
--- a/src/LYMap.c
+++ b/src/LYMap.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYMap.c,v 1.48 2013/11/28 11:21:09 tom Exp $
+ * $LynxId: LYMap.c,v 1.49 2016/11/24 16:38:22 tom Exp $
  *			Lynx Client-side Image MAP Support	       LYMap.c
  *			==================================
  *
@@ -522,7 +522,7 @@ static int LYLoadIMGmap(const char *arg,
 			   format_out,
 			   sink, anAnchor);
 
-    if (!target || target == NULL) {
+    if (target == NULL) {
 	HTSprintf0(&buf, CANNOT_CONVERT_I_TO_O,
 		   HTAtom_name(format_in), HTAtom_name(format_out));
 	HTAlert(buf);