瀏覽代碼

Ouch!

pull/5196/head
Ray 3 週之前
父節點
當前提交
23e0898c65
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rtext.c

+ 1
- 1
src/rtext.c 查看文件

@ -1668,7 +1668,7 @@ const char *TextRemoveSpaces(const char *text)
}
// Get text between two strings
static char *GetTextBetween(const char *text, const char *begin, const char *end)
char *GetTextBetween(const char *text, const char *begin, const char *end)
{
#define MAX_TEXT_BETWEEN_SIZE 1024

Loading…
取消
儲存