X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/012d05c2b62332eb400d66b806e48216d39358c6..1c332f6117bf1ffbc5e1e1724be23a7f4e56434f:/sbr/context_save.c?ds=sidebyside diff --git a/sbr/context_save.c b/sbr/context_save.c index 27d55e9e..39bbf40e 100644 --- a/sbr/context_save.c +++ b/sbr/context_save.c @@ -1,6 +1,4 @@ - -/* - * context_save.c -- write out the updated context file +/* context_save.c -- write out the updated context file * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -19,7 +17,7 @@ void context_save (void) { - register struct node *np; + struct node *np; FILE *out; sigset_t set, oset; int failed_to_lock = 0;