Changeset 140

Show
Ignore:
Timestamp:
02/20/06 16:09:30 (3 years ago)
Author:
larsivi
Message:

Compile fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ddl/DDLError.d

    r138 r140  
    3636            "You have run into a condition not handled, or possibly incorrectly handled, by DDL.\n" ~ 
    3737            message ~ 
    38             "\nPlease create a ticket (or look for similar ones) at http://trac.dsource.org/projects/ddl/newticket, explain the circumstances and paste this message into it. Also, if possible, please attach a minimal, reproducible testcase.\n - Thank You. -"; 
     38            "\nPlease create a ticket (or look for similar ones) at http://trac.dsource.org/projects/ddl/newticket, explain the circumstances and paste this message into it. Also, if possible, please attach a minimal, reproducible testcase.\n - Thank You. -" 
    3939        ); 
    4040    }