Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Housekeeping
  • Loading branch information
monich committed Mar 5, 2014
1 parent 11ad6d3 commit 6ab03a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions mms-engine/mms-engine.pro
Expand Up @@ -15,10 +15,6 @@ include(../mms-lib/mms-lib-config.pri)
ResizeImageMagick {
CONFIG -= qt
PKGCONFIG += ImageMagick
} else {
ResizeQt {
} else {
}
}

SOURCES += \
Expand Down
4 changes: 2 additions & 2 deletions mms-lib/src/mms_task_encode.c
Expand Up @@ -415,10 +415,10 @@ mms_task_encode_prepare_attachments(
const MMSConfig* config,
const char* dir,
const MMSAttachmentInfo* parts,
int nparts,
unsigned int nparts,
GError** error)
{
int i;
unsigned int i;
int smil_index = -1;
GPtrArray* array = g_ptr_array_sized_new(nparts);
for (i=0; i<nparts; i++) {
Expand Down

0 comments on commit 6ab03a3

Please sign in to comment.