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

This commit is contained in:
native-api 2026-06-03 08:42:53 +03:00 committed by GitHub
parent 455d1a31db
commit c12fd3ae6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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