mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Make pointers static.
This commit is contained in:
parent
4fad02225e
commit
42b86015c3
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@
|
|||
#include "helper.h"
|
||||
#include "rofi.h"
|
||||
|
||||
int stored_argc = 0;
|
||||
char **stored_argv = NULL;
|
||||
static int stored_argc = 0;
|
||||
static char **stored_argv = NULL;
|
||||
|
||||
void cmd_set_arguments ( int argc, char **argv )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue