aboutsummaryrefslogtreecommitdiff
path: root/dpi
diff options
context:
space:
mode:
Diffstat (limited to 'dpi')
-rw-r--r--dpi/downloads.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/downloads.cc b/dpi/downloads.cc
index 49a33df8..7466afd7 100644
--- a/dpi/downloads.cc
+++ b/dpi/downloads.cc
@@ -96,7 +96,7 @@ public:
void message(char *msg) { mShowMsg = true; strncpy(mMsg,msg,63); redraw(); }
bool showtext() { return mShowPct; }
void text_color(Fl_Color col) { mTextColor = col; }
- Fl_Color text_color() { return mTextColor; }
+ Fl_Color text_color() { return mTextColor; }
};
// Download-item class -------------------------------------------------------