浏览代码

Update rexm.c

Ray 1 月之前
父节点
当前提交
c3a4217148
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/rexm/rexm.c

+ 1 - 1
tools/rexm/rexm.c

@@ -1172,7 +1172,7 @@ static int UpdateRequiredFiles(void)
     rlExampleInfo *exCollectionFull = LoadExamplesData(exCollectionFilePath, "ALL", false, &exCollectionFullCount);
     UnloadExamplesData(exCollectionFull);
 
-    mdIndex += sprintf(mdTextUpdated + mdListStartIndex + mdIndex, TextFormat("## EXAMPLES COLLECTION [TOTAL: %i]\n\n", exCollectionFullCount));
+    mdIndex += sprintf(mdTextUpdated + mdListStartIndex + mdIndex, TextFormat("## EXAMPLES COLLECTION [TOTAL: %i]\n", exCollectionFullCount));
 
     // NOTE: We keep a global examples counter
     for (int i = 0; i < REXM_MAX_EXAMPLE_CATEGORIES; i++)