diff options
| author | Alexander Barton <alex@barton.de> | 2002-09-09 10:00:39 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-09-09 10:00:39 +0000 |
| commit | 1734e534101816a1d6662b69bb1b89a8bd689de9 (patch) | |
| tree | 0d038d159a20c68ddc05d0caf01480efaf19c7e0 /src/portab | |
| parent | 843fe45deefd73e08be7c285a8931c7225af916d (diff) | |
| download | ngircd-1734e534101816a1d6662b69bb1b89a8bd689de9.tar.gz ngircd-1734e534101816a1d6662b69bb1b89a8bd689de9.zip | |
- Anpassungen an neue Test-Suite (Ausgabeformat).
Diffstat (limited to 'src/portab')
| -rw-r--r-- | src/portab/portabtest.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/portab/portabtest.c b/src/portab/portabtest.c index d2cb9204..f4758b5c 100644 --- a/src/portab/portabtest.c +++ b/src/portab/portabtest.c @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: portabtest.c,v 1.6 2002/06/26 12:48:20 alex Exp $ + * $Id: portabtest.c,v 1.7 2002/09/09 10:00:39 alex Exp $ * * portabtest.c: Testprogramm fuer portab.h */ @@ -31,9 +31,9 @@ main( VOID ) { INT ret = 0; - printf( "- system type: %s/%s/%s\n", TARGET_CPU, TARGET_VENDOR, TARGET_OS ); + printf( " - system type: %s/%s/%s\n", TARGET_CPU, TARGET_VENDOR, TARGET_OS ); - printf( "- datatypes: "); + printf( " - datatypes: "); if( ! portab_check_types( )) { puts( "FAILED!" ); |