Changeset 753

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

Fix another protocol enum

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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) {