Skip to content

Commit

Permalink
got rid of pro, fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nova77 committed Dec 8, 2009
1 parent b6e9560 commit 91b2194
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions lastfmfpclient/lastfmfpclient.pro

This file was deleted.

2 changes: 1 addition & 1 deletion lastfmfpclient/src/mbid_mp3.h
Expand Up @@ -55,7 +55,7 @@ int to_synch_safe(char bytes[]) {

int to_integer(char bytes[]) {
size_t size = 0;
int i;
size_t i;
for (i=0; i < sizeof(bytes); i++) {
size = size * 256 + ((int)bytes[i] & 0x000000FF);
}
Expand Down

0 comments on commit 91b2194

Please sign in to comment.