]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/shut.c
Document, in particular use of UTF-8. Simplify code in a couple of
[empserver] / src / lib / commands / shut.c
index 20073ee516e9ab357c2595d165e42f8cc1a6abe4..94cbc4cd75764cd931e1faeb13e36ce63044075d 100644 (file)
@@ -47,9 +47,9 @@ shut(void)
     int shutdown_minutes;
     int shutdown_was_pending;
     char buf[1024];
-    s_char msgbuf[100];                /* user text */
+    char msgbuf[100];
     struct natstr *us;
-    s_char *p;
+    char *p;
 
     if (update_pending) {
        pr("Update is pending\n");