Skip to content

Commit

Permalink
Linting fixes... one more time.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlime committed Feb 18, 2024
1 parent b532d7b commit 0209f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapservutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ int msCGIDispatchQueryRequest(mapservObj *mapserv) {
/* note: this error message will not be displayed */
msSetError(MS_NOTFOUND, "No matching record(s) found.",
"msCGIDispatchQueryRequest()");
return(MS_FAILURE);
return MS_FAILURE;
}
}
}
Expand Down

0 comments on commit 0209f37

Please sign in to comment.