diff -r 8ccdde37275b -r 4e66271541e8 ui/common/context.c --- a/ui/common/context.c Thu May 15 17:17:58 2014 +0200 +++ b/ui/common/context.c Thu May 15 20:06:28 2014 +0200 @@ -368,4 +368,5 @@ void* ui_realloc(UiContext *ctx, void *ptr, size_t size) { return ctx ? ucx_mempool_realloc(ctx->mempool, ptr, size) : NULL; -} \ No newline at end of file +} +