Check-in Number:
|
1723 | |
Date: |
2002-Jan-30 19:46:00 (local)
2002-Jan-30 18:46:00 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix style |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/val/val_test.c 1.4 -> 1.5
--- val_test.c 2002/01/24 15:29:17 1.4
+++ val_test.c 2002/01/30 18:46:00 1.5
@@ -34,8 +34,8 @@
static void die(char *msg)
{
- fprintf(stderr, "ERROR: %s\n", msg);
- exit(-1);
+ fprintf(stderr, "ERROR: %s\n", msg);
+ exit(-1);
}
static val_rc_t dumper(void *ctx, const char *name, int type, const char *desc, void *data)
@@ -179,7 +179,6 @@
if (testint != testintout)
die("testint/testintout compare #3");
-
/* work with testintout2 */
testintout--;
|
|