Skip to content

Commit

Permalink
Merge pull request #50 from darrenfang/patch-1
Browse files Browse the repository at this point in the history
GettingStart-CN.txt typo
  • Loading branch information
HardySimpson committed Jan 12, 2014
2 parents eebd6d3 + 3c18a82 commit 28085d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/GettingStart-CN.txt
Expand Up @@ -67,7 +67,7 @@ int main(int argc, char** argv)
}

c = zlog_get_category("my_cat");
if (!my_cat) {
if (!c) {
printf("get cat fail\n");
zlog_fini();
return -2;
Expand Down

0 comments on commit 28085d4

Please sign in to comment.