Преглед изворни кода

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

pull/3473/head v2.7.0
native-api пре 1 месец
committed by GitHub
родитељ
комит
c12fd3ae6b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 1 додато и 2 уклоњено
  1. +1
    -2
      src/realpath.c

+ 1
- 2
src/realpath.c Прегледај датотеку

@ -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;

Loading…
Откажи
Сачувај