diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-04 07:00:57 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-04 07:00:57 +0000 |
| commit | e9851d87a8da190feaa3b2feaa578e0a2efdc551 (patch) | |
| tree | 94c7de5da084ef7c3c2948cb0784a6a4f0d8c161 /lib/libdisk/tst01.c | |
| parent | cbb15d7c970c215210296e2df93dc40053037df1 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/tst01.c')
| -rw-r--r-- | lib/libdisk/tst01.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index 5e98a985cf26..6670963fc73a 100644 --- a/lib/libdisk/tst01.c +++ b/lib/libdisk/tst01.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: tst01.c,v 1.8 1995/05/01 04:05:26 phk Exp $ + * $Id: tst01.c,v 1.9 1995/05/03 17:38:00 jkh Exp $ * */ @@ -141,8 +141,8 @@ main(int argc, char **argv) sprintf(myprompt,"%s %s> ",argv[0],argv[1]); while(1) { printf("--==##==--\n"); - Debug_Disk(d); p = CheckRules(d); + Debug_Disk(d); if (p) { printf("%s",p); free(p); |
