diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 22:38:00 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 22:38:00 +0200 |
commit | e80815db1e14c98ef2987f95ae61d72d80641a21 (patch) | |
tree | 453102c63b53249a88420bcbb4cc84d5be66102f | |
parent | 82547db039b956134f2df5ef96bd0d7503d8bf20 (diff) |
Aligned declarations
-rw-r--r-- | FICS/command_list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/command_list.h b/FICS/command_list.h index d0df344..cf1f387 100644 --- a/FICS/command_list.h +++ b/FICS/command_list.h @@ -39,8 +39,8 @@ #include "shutdown.h" #include "talkproc.h" -extern command_type command_list[]; -extern alias_type g_alias_list[]; +extern command_type command_list[]; +extern alias_type g_alias_list[]; /* Parameter string format |