Changeset 465:0e88fc30c913 for alias.c

Show
Ignore:
Timestamp:
1998-10-15 13:33:03 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Tags:
mutt-0-94-13-rel
Message:

Change "static char rcsid[]" to "static const char rcsid[]" to make
gcc shut up about this.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • alias.c

    r437 r465  
    1 static char rcsid[]="$Id$"; 
     1static const char rcsid[]="$Id$"; 
    22/* 
    33 * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>