mirror of
https://github.com/xcat2/xNBA.git
synced 2025-06-14 10:20:33 +00:00
make imgfill_cmdline static
This commit is contained in:
@ -45,7 +45,8 @@
|
||||
* @v nargs Argument count
|
||||
* @v args Argument list
|
||||
*/
|
||||
void imgfill_cmdline ( struct image *image, unsigned int nargs, char **args ) {
|
||||
static void imgfill_cmdline ( struct image *image, unsigned int nargs,
|
||||
char **args ) {
|
||||
size_t used = 0;
|
||||
|
||||
image->cmdline[0] = '\0';
|
||||
|
Reference in New Issue
Block a user