mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 06:28:07 +02:00
XQuartz: pbproxy standalone: added missing variable declarations.
This commit is contained in:
parent
9435fc5e20
commit
2d947d17a3
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ static void signal_handler (int sig) {
|
|||
}
|
||||
|
||||
int main (int argc, const char *argv[]) {
|
||||
const char *s;
|
||||
int i;
|
||||
|
||||
#ifdef DEBUG
|
||||
printf("pid: %u\n", getpid());
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue