]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/urllib.qh
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / urllib.qh
index 8918ca0a2a695df6ade44e96df9837b271adc3a4..3337df84ca3caacf06bc7df6138af05cb14c4554 100644 (file)
@@ -15,7 +15,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
-USING(url_ready_func, void (entity handle, entity pass, float status));
+USING(url_ready_func, void(entity handle, entity pass, float status));
 
 ERASEABLE
 void url_single_fopen(string url, float mode, url_ready_func rdy, entity pass);