Browse Source

realpath.c: fix obsolete syntax warning (#3468)

pull/3473/head v2.7.0
native-api 1 month ago
committed by GitHub
parent
commit
c12fd3ae6b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/realpath.c

+ 1
- 2
src/realpath.c View File

@ -2,8 +2,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
int realpath_builtin(list)
WORD_LIST *list;
int realpath_builtin(WORD_LIST *list)
{ {
int es; int es;
char *realbuf, *p; char *realbuf, *p;

Loading…
Cancel
Save