Fix symbol name
[uffi.git] / tests / structs.lisp
index 3c886a170e7db27b19511c02e65732fc85ffc2e1..806de8a811bdf6f44a37b6402539afa712d3a328 100644 (file)
@@ -9,7 +9,7 @@
 ;;;;
 ;;;; $Id$
 ;;;;
-;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg
+;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
 ;;;;
 ;;;; *************************************************************************
 
@@ -24,7 +24,7 @@
 (uffi:def-foreign-type foo-ptr (* foo))
 
 ;; tests that compilation worked
-(deftest :structs.1 
+(deftest :structs.1
   (with-foreign-object (p 'foo)
     t)
   t)