Use static modifier for temporary_buffer
authorLukas Slebodnik <lslebodn@redhat.com>
Fri, 21 Feb 2014 12:37:46 +0000 (13:37 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 21 Feb 2014 15:30:05 +0000 (16:30 +0100)
commit1e56a5646d30594e3174a9811d5b1bb7bd4bd77d
treef491b5acd3c4f601989f1ac1814d4808ade3d097
parent5ffa6568eb2d48a4029c8dbdfc0f1898b7c5151d
Use static modifier for temporary_buffer

temporary_buffer is used only in the module calculator_test.c
It's better to use use static modifier explicitly in this case.

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
example/calculator_test.c