浏览代码

Update CLI copyright to 2020 (#350)

Jens Fischer 5 年之前
父节点
当前提交
3f0b6a9652
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -192,7 +192,7 @@ int main(int argc, pchar *argv[]) {
 		file = PSTR("hlboot.dat");
 		file = PSTR("hlboot.dat");
 		fchk = pfopen(file,"rb");
 		fchk = pfopen(file,"rb");
 		if( fchk == NULL ) {
 		if( fchk == NULL ) {
-			printf("HL/JIT %d.%d.%d (c)2015-2019 Haxe Foundation\n  Usage : hl [--debug <port>] [--debug-wait] <file>\n",HL_VERSION>>16,(HL_VERSION>>8)&0xFF,HL_VERSION&0xFF);
+			printf("HL/JIT %d.%d.%d (c)2015-2020 Haxe Foundation\n  Usage : hl [--debug <port>] [--debug-wait] <file>\n",HL_VERSION>>16,(HL_VERSION>>8)&0xFF,HL_VERSION&0xFF);
 			return 1;
 			return 1;
 		}
 		}
 		fclose(fchk);
 		fclose(fchk);