diff --git a/examples/cpp-test.cpp b/examples/cpp-test.cpp index a0eb2ed..99967e2 100644 --- a/examples/cpp-test.cpp +++ b/examples/cpp-test.cpp @@ -6,10 +6,10 @@ int main (int argc, char **argv) { - FpContext *ctx; + FpContext *ctx; - ctx = fp_context_new (); - g_object_unref (ctx); + ctx = fp_context_new (); + g_object_unref (ctx); - return 0; + return 0; }