diff options
| author | hasso <hasso> | 2004-10-07 19:33:46 +0000 |
|---|---|---|
| committer | hasso <hasso> | 2004-10-07 19:33:46 +0000 |
| commit | 6ad96ea16ee54578391bb4ca88d047ac9d3654fc (patch) | |
| tree | 7a09427aaafcc48fe644ed4c2e6804005732b88f /lib/print_version.c | |
| parent | 015253c3f14cacad85a761fae0259ad32f083d4a (diff) | |
Make more strings const.
Diffstat (limited to 'lib/print_version.c')
| -rw-r--r-- | lib/print_version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/print_version.c b/lib/print_version.c index 1873faaffe..3d8e67998d 100644 --- a/lib/print_version.c +++ b/lib/print_version.c @@ -24,7 +24,7 @@ #include <lib/version.h> void -print_version (char *progname) +print_version (const char *progname) { printf ("%s version %s (%s)\n", progname, QUAGGA_VERSION, host_name); printf ("Copyright 1996-2001, Kunihiro Ishiguro\n"); |
