]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/closeall.c
Comment cleanups.
[pdclib] / functions / _PDCLIB / closeall.c
index 3523f8c0fe5013f34f625abbd0146ff9627e25df..76bd788fb6f7b75e7a4345c82b84133033d9a5aa 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_closeall( void )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -27,7 +25,7 @@ void _PDCLIB_closeall( void )
 
 int main( void )
 {
-    TESTCASE( NO_TESTDRIVER );
+    /* No testdriver */
     return TEST_RESULTS;
 }