commit | e7bdea1fc29d3e689af098f7dd361d290616898a | [log] [download] |
---|---|---|
author | Andrey Vagin <avagin@gmail.com> | Fri Apr 01 10:56:10 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Apr 01 15:23:20 2011 +0400 |
tree | b49d18a0c303a49e211b9b0d2a775f573c27ba12 | |
parent | 66a6dd25a7626b59739f429eea9ae94df6df503d [diff] |
src/lib/cpu.c: compilation fix Previous commit 735aff8f41 lead to the following compilation error: CC cpu.lo cpu.c:152:2: error: expected identifier or '(' before 'return' cpu.c:153:1: error: expected identifier or '(' before '}' token make[2]: *** [cpu.lo] Error 1 Fix it. [kir@openvz.org: changelog]