From 28e43e21b3078f390b2949d7c102d2350a64f060 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 1 Aug 2013 20:56:01 +0000 Subject: [PATCH] Fixed dumb error with comment characters --- editors/textadept/modules/dmd/init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/textadept/modules/dmd/init.lua b/editors/textadept/modules/dmd/init.lua index 79c14e7..b238eb1 100755 --- a/editors/textadept/modules/dmd/init.lua +++ b/editors/textadept/modules/dmd/init.lua @@ -1,7 +1,7 @@ -// Copyright Brian Schott (Sir Alaran) 2012. -// Distributed under the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) +-- Copyright Brian Schott (Sir Alaran) 2012. +-- Distributed under the Boost Software License, Version 1.0. +-- (See accompanying file LICENSE_1_0.txt or copy at +-- http://www.boost.org/LICENSE_1_0.txt) local M = {}