summaryrefslogtreecommitdiff
path: root/test/regression/web_test/netx_web_post_long_message_test.c
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2026-03-07 00:14:18 +0100
committerFrédéric Desbiens <[email protected]>2026-03-07 00:14:18 +0100
commitff90b3ffcb84b2c6099ec31ef032b541e1ef5f0a (patch)
treeeea5e3221587620a673dc76722ea5345081d605f /test/regression/web_test/netx_web_post_long_message_test.c
parentdd1a89cf27d54b4151931441f522c91beefa4688 (diff)
Updated copyright headers and version strings. Removed version history
Diffstat (limited to 'test/regression/web_test/netx_web_post_long_message_test.c')
-rw-r--r--test/regression/web_test/netx_web_post_long_message_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/web_test/netx_web_post_long_message_test.c b/test/regression/web_test/netx_web_post_long_message_test.c
index 05d27f12..bd4b92ee 100644
--- a/test/regression/web_test/netx_web_post_long_message_test.c
+++ b/test/regression/web_test/netx_web_post_long_message_test.c
@@ -267,7 +267,7 @@ UINT server_port = NX_WEB_HTTP_SERVER_PORT;
512, // Sector size
8, // Sectors per cluster
1, // Heads
- 1); // Sectors per track
+ 1); // Sectors per track
/* Open the RAM disk. */
status = fx_media_open(&ram_disk, "RAM DISK", _fx_ram_driver, ram_disk_memory, media_memory, sizeof(media_memory)) ;