]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/urllib.qh
log: now in colour
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / urllib.qh
index e4b8a8f27312f5d096817262abb6e1908363a057..918504ff8b64fdc44a168b7e1aae026fa5d83124 100644 (file)
@@ -16,7 +16,7 @@ const float URL_READY_CLOSED   =  0;
 const float URL_READY_CANWRITE =  1;
 const float URL_READY_CANREAD  =  2;
 // errors: -1, or negative HTTP status code
-typedef void(entity handle, entity pass, float status) url_ready_func;
+typedef void (entity handle, entity pass, float status) url_ready_func;
 
 void url_single_fopen(string url, float mode, url_ready_func rdy, entity pass);
 void url_fclose(entity e);