"ASCII" magic tools; place right after "TV" tools
This commit is contained in:
parent
7a253f2db4
commit
fbe142ceab
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
(See COPYING.txt)
|
(See COPYING.txt)
|
||||||
|
|
||||||
Last updated: September 26, 2024
|
Last updated: September 27, 2024
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#define DEBUG
|
//#define DEBUG
|
||||||
|
|
@ -300,7 +300,7 @@ int ascii_get_group(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED
|
||||||
|
|
||||||
int ascii_get_order(int which)
|
int ascii_get_order(int which)
|
||||||
{
|
{
|
||||||
return 800 + which; // FIXME
|
return 2050 + which;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *ascii_get_description(magic_api * api ATTRIBUTE_UNUSED, int which, int mode)
|
char *ascii_get_description(magic_api * api ATTRIBUTE_UNUSED, int which, int mode)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue