aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gtk')
-rw-r--r--misc/gtk/GNUmakefile2
-rw-r--r--misc/gtk/dsa.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/gtk/GNUmakefile b/misc/gtk/GNUmakefile
index d0e81505b..85f3ca410 100644
--- a/misc/gtk/GNUmakefile
+++ b/misc/gtk/GNUmakefile
@@ -20,5 +20,5 @@ $(APP): $(OBJS)
%.o: %.cpp $(HEADERS)
$(CC) $(FLAGS) -c $<
-clean:
+clean:
rm -f $(APP) $(OBJS)
diff --git a/misc/gtk/dsa.cpp b/misc/gtk/dsa.cpp
index a5471e9c0..ed2289c52 100644
--- a/misc/gtk/dsa.cpp
+++ b/misc/gtk/dsa.cpp
@@ -289,7 +289,7 @@ static void gen_key()
the progress bar. That's because the amount of time between pulses
from the library is rather irregular, so the progress bar looks jerky.
*/
- Botan::UI::set_pulse(gtk_pulse);
+ Botan::UI::set_pulse(gtk_pulse);
/* Not generally recommended, since it's slow and there's not much point.
However, *because* it's slow, we'll want to put up a progress bar or