From 66f28cda209bf12366c8877cea94dda00e25ac73 Mon Sep 17 00:00:00 2001 From: agampa263 <133222558+agampa263@users.noreply.github.com> Date: Tue, 27 Jan 2026 11:32:44 +0530 Subject: [PATCH] Update gdial-util.c --- server/gdial-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gdial-util.c b/server/gdial-util.c index a2bc7230..3d2fb540 100644 --- a/server/gdial-util.c +++ b/server/gdial-util.c @@ -96,7 +96,7 @@ gboolean gdial_util_is_ascii_printable(const gchar *data, gsize length) { } /* - * A hashtable copy function that only works with string hash tables + * A hashtable copy funct ion that only works with string hash tables */ GHashTable * gdial_util_str_str_hashtable_dup(const GHashTable *src) { g_return_val_if_fail(src, NULL);