hilarious typo that breaks the universe is now fixed

SVN revision: 53373
This commit is contained in:
Mike Blumenkrantz 2010-10-13 18:34:03 +00:00
parent f3b720812e
commit 4e6e726145
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ _new_device(const char *syspath)
sbuf = eina_strbuf_new();
if (!strncmp(syspath, "/sys/", 5))
if (strncmp(syspath, "/sys/", 5))
eina_strbuf_append(sbuf, "/sys/");
eina_strbuf_append(sbuf, syspath);