Mercurial > noffle
comparison src/over.c @ 236:5ebb557435b2 noffle
[svn] * src/over.c: Fix warning.
| author | bears |
|---|---|
| date | Thu, 14 Feb 2002 17:14:06 +0000 |
| parents | c3478c3c81ce |
| children | 3477050e8d10 |
comparison
equal
deleted
inserted
replaced
| 235:21f75cc470f4 | 236:5ebb557435b2 |
|---|---|
| 1 /* | 1 /* |
| 2 over.c | 2 over.c |
| 3 | 3 |
| 4 $Id: over.c 360 2001-12-19 16:06:30Z mirkol $ | 4 $Id: over.c 367 2002-02-14 17:14:06Z bears $ |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 #if HAVE_CONFIG_H | 7 #if HAVE_CONFIG_H |
| 8 #include <config.h> | 8 #include <config.h> |
| 9 #endif | 9 #endif |
| 43 size_t lines; | 43 size_t lines; |
| 44 time_t time; | 44 time_t time; |
| 45 }; | 45 }; |
| 46 | 46 |
| 47 static void | 47 static void |
| 48 replacetabs_Over( const char *header ) | 48 replacetabs_Over( char *header ) |
| 49 /* Replace the tab character in overview data by a space. | 49 /* Replace the tab character in overview data by a space. |
| 50 refer to rfc2980 */ | 50 refer to rfc2980 */ |
| 51 { | 51 { |
| 52 while( *header ) | 52 while( *header ) |
| 53 switch ( *header ) | 53 switch ( *header ) |
