Skip to content

Commit

Permalink
Fix CompareVersions type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 25, 2017
1 parent ad4e305 commit 57bc9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PkgFunctions.h
Expand Up @@ -837,7 +837,7 @@ class PkgFunctions
YCPValue ResolvablePropertiesEx(const YCPString& name, const YCPSymbol& kind_r, const YCPString& version, bool dependencies);
YCPValue ResolvableSetPatches(const YCPSymbol& kind_r, bool preselect);

/* TYPEINFO: int(string, string) */
/* TYPEINFO: integer(string, string) */
YCPInteger CompareVersions(const YCPString& ver1, const YCPString& ver2);

/**
Expand Down

0 comments on commit 57bc9e0

Please sign in to comment.