diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2012-12-31 03:06:17 -0800 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2012-12-31 03:06:17 -0800 |
commit | f4b4651e372d4369e4a62e7ccfe357048b171f70 (patch) | |
tree | b928511b9dc7b6b7ceed8ff791b05c6e342c3ad9 /hardinfo/util.c | |
parent | 226097e9cbafb913636e5d40536009bf53f2a778 (diff) | |
parent | 242c55c39e10f490777409521c2c78c9a860fcc0 (diff) |
Merge pull request #6 from hasufell/master
fix building with clang and desktop file
Diffstat (limited to 'hardinfo/util.c')
-rw-r--r-- | hardinfo/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo/util.c b/hardinfo/util.c index 1640be8b..3c083b34 100644 --- a/hardinfo/util.c +++ b/hardinfo/util.c @@ -1368,7 +1368,7 @@ moreinfo_lookup_with_prefix(gchar *prefix, gchar *key) { if (G_UNLIKELY(!_moreinfo)) { DEBUG("moreinfo not initialized"); - return; + return 0; } if (prefix) { |