]> diplodocus.org Git - nmh/blobdiff - uip/post.c
Ensure a space after `#!'.
[nmh] / uip / post.c
index c98f67ed38808eca4c1230d5ec029f54f63e0ecc..abd89b727b3208cc0fa228ce9894947804e2dade 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * post.c -- enter messages into the mail transport system
+/* post.c -- enter messages into the mail transport system
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -120,7 +119,7 @@ DEFINE_SWITCH_ARRAY(POST, switches);
  * from 'send'.  We use a service name of 'post' internally.
  */
 
-static struct oauth_profile {
+static struct {
     const char *profname;
     int switchnum;
     const char *value;