utils: xar: fix xar build

This commit is contained in:
Alibek Omarov
2024-12-22 07:11:53 +03:00
parent 4d1119391a
commit bec526a77e
2 changed files with 2 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ static void FS_CreatePath( char *path )
}
}
void usage( const char *arg0 )
static void usage( const char *arg0 )
{
printf( "%s: <action> [option...] <file>\n", arg0 );
puts( "XAR is a simple frontend to Xash3D FWGS's filesystem_stdio library" );