Various little fixes.
This commit is contained in:
parent
c91bd3283a
commit
4da83e7cce
7 changed files with 13 additions and 7 deletions
|
|
@ -45,7 +45,7 @@ Command *command;
|
|||
|
||||
void acmeerrorinit(void);
|
||||
void readfile(Column*, char*);
|
||||
int shutdown(void*, char*);
|
||||
static int shutdown(void*, char*);
|
||||
|
||||
void
|
||||
derror(Display *d, char *errorstr)
|
||||
|
|
@ -270,7 +270,7 @@ char *oknotes[] ={
|
|||
|
||||
int dumping;
|
||||
|
||||
int
|
||||
static int
|
||||
shutdown(void *v, char *msg)
|
||||
{
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue