From aaf028003d27c33030786e93612d635bd4a45615 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Tue, 30 Aug 2016 21:43:50 +0000 Subject: [PATCH] fix file case for prior commit git-svn-id: svn://kolibrios.org@6507 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 4455463750..5c42bb3455 100644 --- a/programs/demos/ray/ray.asm +++ b/programs/demos/ray/ray.asm @@ -183,7 +183,7 @@ jmp still -include 'RAY.INC' +include 'ray.inc' ; ********************************************* ; ******* WINDOW DEFINITIONS AND DRAW ********