Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
lutoma committed May 10, 2012
1 parent 2d326db commit 6916baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void handle_request(FCGX_Request* request, char* root, char* http_uri)
char* req_file = FCGX_GetParam("REQUEST_URI", request->envp);

if(!req_file)
return
return;

// Check if the request URI is too short
if(strlen(req_file) < uri_splice + 1)
Expand Down

0 comments on commit 6916baf

Please sign in to comment.