diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 23:39:50 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 23:39:50 +0100 |
commit | b56329dbed8b9cedcae586e79dbfcc8314e4864b (patch) | |
tree | a7276be08d405ce7cc88a4f1b49e38cee02f0f2f /FICS/command.h | |
parent | e1dd08f54e212e62716c78dcd2779fce661de13a (diff) |
Added alignment
Diffstat (limited to 'FICS/command.h')
-rw-r--r-- | FICS/command.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/FICS/command.h b/FICS/command.h index 846ca3c..b2148aa 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -85,25 +85,25 @@ typedef struct s_alias_type { char *alias; } alias_type; -extern char *adhelp_dir; -extern char *adj_dir; -extern char *board_dir; -extern char *comhelp_dir; -extern char *config_dir; -extern char *def_prompt; -extern char *help_dir[NUM_LANGS]; -extern char *hist_dir; -extern char *index_dir; -extern char *info_dir; -extern char *journal_dir; -extern char *lists_dir; -extern char *mess_dir; -extern char *news_dir; -extern char *player_dir; -extern char *source_dir; -extern char *stats_dir; -extern char *usage_dir[NUM_LANGS]; -extern char *uscf_dir; +extern char *adhelp_dir; +extern char *adj_dir; +extern char *board_dir; +extern char *comhelp_dir; +extern char *config_dir; +extern char *def_prompt; +extern char *help_dir[NUM_LANGS]; +extern char *hist_dir; +extern char *index_dir; +extern char *info_dir; +extern char *journal_dir; +extern char *lists_dir; +extern char *mess_dir; +extern char *news_dir; +extern char *player_dir; +extern char *source_dir; +extern char *stats_dir; +extern char *usage_dir[NUM_LANGS]; +extern char *uscf_dir; extern char *hadmin_handle; |