Changeset 54

Show
Ignore:
Timestamp:
02/21/07 21:37:14 (2 years ago)
Author:
brad
Message:

forgot semicolon - hopefully I'll get smarter at some point...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.2-stable/dbi/pg/imp.d

    r53 r54  
    1616 
    1717version (Phobos) { 
    18     private import std.c.stdio 
     18    private import std.c.stdio; 
    1919} else { 
    2020    private import tango.stdc.stdio;