Changeset 753

Show
Ignore:
Timestamp:
03/18/08 17:21:01 (20 months ago)
Author:
dsallings
Message:

Fix another protocol enum

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/binary/server/memcached.c

    r752 r753  
    295295} 
    296296 
    297 static char *prot_text(const int prot) { 
     297static char *prot_text(enum protocol prot) { 
    298298    char *rv="unknown"; 
    299299    switch(prot) {