util.[ch] (app_text): Make const and adjust declaration.

This commit is contained in:
Andrew V. Samoilov 2002-07-25 13:48:00 +00:00
parent eb7d542f24
commit 8c9c34918b
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
/* "$Id$" */
char app_text [] = "Midnight-Commander";
const char app_text [] = "Midnight-Commander";
int easy_patterns = 1;
int tilde_trunc = 1;

View File

@ -110,7 +110,7 @@ void use_dash (int flag); /* Disable/Enable rotate_dash routines */
void rotate_dash (void);
void remove_dash (void);
extern char app_text [];
extern const char app_text [];
/* Creating temporary files safely */
void init_tmpdir(void);