summaryrefslogtreecommitdiff
path: root/dpi/ftp.c
diff options
context:
space:
mode:
authorp37sitdu, corvid <devnull@localhost>2013-01-12 20:13:36 +0000
committerp37sitdu, corvid <devnull@localhost>2013-01-12 20:13:36 +0000
commit0f0e7cc54aecab1647bdcd222c84d17275b92313 (patch)
tree225d4a6128cd2ddbc1f762b0355c986f12c13730 /dpi/ftp.c
parent69666a2dafc8a00e5029f4b671ed94d5be38e109 (diff)
clean up struct typedefs
Diffstat (limited to 'dpi/ftp.c')
-rw-r--r--dpi/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/ftp.c b/dpi/ftp.c
index 288f993c..fa64eb6e 100644
--- a/dpi/ftp.c
+++ b/dpi/ftp.c
@@ -62,7 +62,7 @@ static char **dl_argv = NULL;
/*---------------------------------------------------------------------------*/
/* TODO: could use dStr ADT! */
-typedef struct ContentType_ {
+typedef struct {
const char *str;
int len;
} ContentType_t;