examples: eina strbuf - fix the example

This commit is contained in:
Amitesh Singh 2017-10-24 22:48:01 +09:00
parent 2d1734409f
commit b232994075
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ int main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
printf("current time: %s\n", eina_strbuf_string_get(buf));
eina_strbuf_reset(buf);
buf = eina_strbuf_new();
eina_strbuf_append(buf, "Hours: Minutes");
//insert hour at ^Hours: Minutes where ^ is the position
eina_strbuf_prepend_strftime(buf, "%I ", info);