]> git.pond.sub.org Git - empserver/commitdiff
(powe): Remove unused local variable.
authorRon Koenderink <rkoenderink@yahoo.ca>
Thu, 13 Jul 2006 21:17:00 +0000 (21:17 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Thu, 13 Jul 2006 21:17:00 +0000 (21:17 +0000)
Remove CR's.

src/lib/commands/powe.c

index 3cae34395ce545af421ad29291e2488c9093a4f1..5a77aa16c06b4add2ff947030891544a2ae1cb57 100644 (file)
  *     Markus Armbruster, 2006
  */
 
-#include <config.h>\r
-\r
-#ifdef _WIN32\r
-#include <io.h>\r
+#include <config.h>
+
+#ifdef _WIN32
+#include <io.h>
 #endif
 
 #include "commands.h"
@@ -63,7 +63,6 @@ int
 powe(void)
 {
     struct natstr *natp;
-    int round_flag;
     time_t pow_time;
     struct nstr_item ni;
     struct powstr pow;