From 4584abf84ca4b7ea2c53ec84d84253441534f5dd Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Tue, 21 Oct 2014 22:27:10 +0100 Subject: [PATCH] warning-- --- legacy/elm_code/lib/elm_code.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elm_code/lib/elm_code.c b/legacy/elm_code/lib/elm_code.c index 66cb04c381..4dd8f9513f 100644 --- a/legacy/elm_code/lib/elm_code.c +++ b/legacy/elm_code/lib/elm_code.c @@ -134,7 +134,7 @@ EAPI const char *elm_code_path_get(Elm_Code_File *file) return eina_file_filename_get(file->file); } -EAPI int elm_code_lines_get(Elm_Code_File *file) +EAPI unsigned int elm_code_lines_get(Elm_Code_File *file) { return eina_list_count(file->lines); }