Minor fixes.
[speedometer] / callbacks.c
index 7ba4ce9..620bfd4 100644 (file)
@@ -18,7 +18,8 @@
 
 #include "callbacks.h"
 
-static void print_stuff(LocationGPSDevice* device) {
+// this is just here for debugging and tracing purposes
+static void print_location(LocationGPSDevice* device) {
        g_print("Latitude: %.2f\n"
                        "Longitude: %.2f\n"
                        "Altitude: %.2f\n"
@@ -30,6 +31,7 @@ static void print_stuff(LocationGPSDevice* device) {
 }
 
 void location_changed(LocationGPSDevice* device, gpointer userdata) {
+
 }
 
 gboolean key_press_cb(GtkWidget* widget, GdkEventKey* event, HildonWindow* window) {