eina: formatting

SVN revision: 67309
This commit is contained in:
Sebastian Dransfeld 2012-01-19 00:36:05 +00:00
parent 820722a779
commit 8be657aed8
1 changed files with 2 additions and 2 deletions

View File

@ -523,8 +523,8 @@ slprintf(char *str, size_t size, const char *format, ...)
va_end(ap); va_end(ap);
} }
static char* static char *
_eina_file_escape(const char* path, int* length) _eina_file_escape(const char *path, int *length)
{ {
char *result = strdup(path ? path : ""); char *result = strdup(path ? path : "");
char *p = result; char *p = result;