瀏覽代碼

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

pull/3473/head v2.7.0
native-api 1 月之前
committed by GitHub
父節點
當前提交
c12fd3ae6b
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 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…
取消
儲存