mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-25 12:49:54 +00:00
Oops. I was a bit too hasty and also changed applet_name.
This commit is contained in:
parent
8a633268ef
commit
0e9aef36fa
@ -269,7 +269,7 @@ enum {
|
||||
FILEUTILS_INTERACTIVE = 16
|
||||
};
|
||||
|
||||
extern const char * const applet_name;
|
||||
extern const char *applet_name;
|
||||
extern const char * const full_version;
|
||||
extern const char * const name_too_long;
|
||||
extern const char * const omitting_directory;
|
||||
|
@ -269,7 +269,7 @@ enum {
|
||||
FILEUTILS_INTERACTIVE = 16
|
||||
};
|
||||
|
||||
extern const char * const applet_name;
|
||||
extern const char *applet_name;
|
||||
extern const char * const full_version;
|
||||
extern const char * const name_too_long;
|
||||
extern const char * const omitting_directory;
|
||||
|
Loading…
Reference in New Issue
Block a user