summaryrefslogtreecommitdiffstats
path: root/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.c b/globals.c
index 21a89bc..28c7b06 100644
--- a/globals.c
+++ b/globals.c
@@ -2,6 +2,8 @@
#include "globals.h"
+
+
/**
* Set text value in given parameter
*/
@@ -24,6 +26,7 @@ void set_parameter_text (GtkWidget *entry, gchar **param)
}
+
/**
* Set boolean value in given parameter
*/