]> diplodocus.org Git - nmh/blobdiff - uip/picksbr.c
tws.h: Remove zero-valued TW_SNIL macro, used once.
[nmh] / uip / picksbr.c
index e8d6435d07a5f979602ea4e68ee4ca84434adb2a..c29e669b474c3802724dcedac909621488da76b3 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * picksbr.c -- routines to help pick along...
+/* picksbr.c -- routines to help pick along...
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -842,7 +841,7 @@ tcompile (char *ap, struct tws *tb, int isafter)
     if ((tw = tws_parse (ap, isafter)) == NULL)
        return 0;
 
-    twscopy (tb, tw);
+    *tb = *tw;
     return 1;
 }