aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_DestroyResource.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/TZR_DestroyResource.c')
-rw-r--r--sources/TZR_DestroyResource.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/TZR_DestroyResource.c b/sources/TZR_DestroyResource.c
index 0e73690..adee831 100644
--- a/sources/TZR_DestroyResource.c
+++ b/sources/TZR_DestroyResource.c
@@ -1,6 +1,7 @@
#include "TZR_resource.h"
-void TZR_DestroyResource(TZR_Resource *res, int free_path)
+void
+TZR_DestroyResource(TZR_Resource *res, int free_path)
{
if (res->path != NULL && free_path)
free(res->path);