From 6190e06f737ef048e25c489a8a0fd5e299924716 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Sat, 2 Apr 2016 11:27:09 +0000 Subject: [PATCH] ray: filenames to lowercase in source files git-svn-id: svn://kolibrios.org@6389 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/demos/ray/ray.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/demos/ray/ray.asm b/programs/demos/ray/ray.asm index c13bcd1a06..108cebc82e 100644 --- a/programs/demos/ray/ray.asm +++ b/programs/demos/ray/ray.asm @@ -179,7 +179,7 @@ jmp still -include 'RAY.INC' +include 'ray.inc' ; ********************************************* ; ******* WINDOW DEFINITIONS AND DRAW ********