summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c
index e561868..07edca9 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -3614,7 +3614,7 @@ int execute_vote(pixel *vid_buf, char *id, char *action)
}
void open_link(char *uri){
#ifdef WIN32
- ShellExecute(0, "OPEN", uri, NULL, NULL, 0)
+ ShellExecute(0, "OPEN", uri, NULL, NULL, 0);
#elif MACOSX
//LSOpenCFURLRef(CFURLCreateWithString(NULL, CFStringCreateWithCString(NULL, uri, 0) ,NULL), NULL); //TODO: Get this crap working
#elif LIN32