diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-03-19 14:29:26 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-03-19 14:29:26 +0000 |
| commit | edf8a81561ba99036993c8fad8a5955252f630a8 (patch) | |
| tree | 589f9b4a28e25de36e0344457a8c795333f7c011 /sys/ddb/db_command.c | |
| parent | 1b2cfc264586a8c609784229f6b60a50b5e99574 (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
| -rw-r--r-- | sys/ddb/db_command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 4aded1d1e1eb..1613ab950bf8 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_command.c,v 1.10 1995/03/05 22:56:21 joerg Exp $ + * $Id: db_command.c,v 1.11 1995/03/16 18:10:59 bde Exp $ */ /* @@ -390,7 +390,7 @@ db_help_cmd() void db_panic() { - panic("from debugger\n"); + panic("from debugger"); } void |
