ui/common/context.c

changeset 39
4e66271541e8
parent 38
8ccdde37275b
child 52
25e5390cce41
--- 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
+}
+

mercurial