Skip to content

Commit

Permalink
Merge pull request #2 from blacker/master
Browse files Browse the repository at this point in the history
filetype:wav
  • Loading branch information
Brian Whitman committed Jan 18, 2012
2 parents 32487ea + 0327bd8 commit d7f70e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified maxobj/mac/en_analyzer~.mxo/Contents/MacOS/en_analyzer~
Binary file not shown.
2 changes: 1 addition & 1 deletion src/en_analyzer~.c
Expand Up @@ -361,7 +361,7 @@ int upload(t_en_analyzer *x, char *filename)
curl_formadd(&formpost,
&lastptr,
CURLFORM_COPYNAME, "filetype",
CURLFORM_COPYCONTENTS, "mp3",
CURLFORM_COPYCONTENTS, "wav",
CURLFORM_END);
/* Fill in the submit field too, even if this is rarely needed */
curl_formadd(&formpost,
Expand Down

0 comments on commit d7f70e1

Please sign in to comment.